You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have reproduced your issue and I have found that it comes from the fact that part of the computation is done in numpy. When converting back to the correct backend, the device has been forgotten on the way. I will make a PR to correct that.
As title. Following is a short snippet to reproduce the error.
Running this code returns RuntimeError
PyTorch: 1.7.0
POT: 0.8.1
CUDA: 10.1 on NVIDIA Tesla P100
The text was updated successfully, but these errors were encountered: