-
Notifications
You must be signed in to change notification settings - Fork 18
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
torch12 #7
Comments
torch12 refers to torch1.2 due to the initial version of this work started in early 2020. |
thanks for your reply! |
Sorry, I have a problem here. My cuda version is 10.1, so the minimum version of torch that can be installed is 1.4.0. When I run the command, it prompts No module named'resample2d_ cuda' Is it because of the version of totch? |
I guess so! Did you try to use the packed conda environment torch12.tar.gz? |
resample2d_ cuda indicates the warp operation. You can use the torch.nn.functional.grid_sample(). We consider to replace this operator to replace resample2d_ cuda |
I'll try. The main reason is that I use an ECS and upload files slowly. So I used the official one before. |
got it |
Can I ask exactly what code to replace in what place? |
Thanks for your work, I have a question,Do you mean "torch12 " is "pythoch1.12" ?Looking forward to your reply and answer
The text was updated successfully, but these errors were encountered: