Tomasz Makowski

Results 2 comments of Tomasz Makowski

Now the package is before first release but later we are planning to create documentation as a webpage. If you prefer to see high level code (now we don't have...

In all the places you have to change order of `at::zeros` arguments. For example, change `at::zeros(torch::CUDA(at::kFloat), {batch, channel, width});` into `at::zeros({batch, channel, width}, torch::CUDA(at::kFloat));`