-
Notifications
You must be signed in to change notification settings - Fork 98
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
error: AttributeError: module 'torch.cuda' has no attribute 'comm' #43
Comments
I meet the same problem, Do you solve it ? |
add "import torch.cuda.comm" in file lib/core/integral_loss.py |
I add "import torch.cuda.comm" But, It didn't working in file lib/core/integral_loss.py |
Which pytorch version are you using? It should work with the latest v1.7. |
In file lib/core/integral_loss.py Chage below parts and then it will be working
|
hi i am getting this error , while running the demo.ipynb in google colab with my image. can you help me for this.
The text was updated successfully, but these errors were encountered: