-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated CUDA and PyTorch versions #6
Comments
I've made a pull request but in the meantime, just change the deprecated Lines 16 to 17 in e5c0feb
|
Thanks a lot! This work for me. |
This works for me!(Pytorch 1.7 CUDA 10.2) Thanks a lot. |
Hi, does anyone know how to compile with CUDA 11.3 PyTorch 1.11? |
@XinYu-Andy I build PyTorchEMD successfully with PyTorch 1.11 and CUDA 11.0. I modified
I hope this can be helpful! |
Thank you very much! It works for me! |
i successfully build PyTorchEMD,but when i run test_emd_loss.py, there comes another problem:Segmentation fault (core dumped)。does anyone know how to solve this? |
Thanks to @cihanongun and @bluestyle97, I build successfully with torch 2.0.0 and CUDA 11.7 by modified
|
Hello, I am interested in this code but I have CUDA 10.1 version and PyTorch 1.5. Is there a way to modify the setup accordingly ?
Thank you in advance
The text was updated successfully, but these errors were encountered: