AliKaf

Results 3 comments of AliKaf

Indeed a pitty. Today I found this https://github.com/David-Haim/concurrencpp Maybe that's you (and me) might build on...

Thanks! Do you have experience with this library? Can I use it as a coroutine library without changing my paradigm to sender/receiver (at least for a first shot)?

I had the same error. Replacing `push_back(Functional(torch::log_softmax, 1));` by `push_back(torch::nn::LogSoftmax(1));` might help you.