Skip to content
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

Open
zhaoduanlu opened this issue Nov 10, 2022 · 8 comments
Open

torch12 #7

zhaoduanlu opened this issue Nov 10, 2022 · 8 comments

Comments

@zhaoduanlu
Copy link

Thanks for your work, I have a question,Do you mean "torch12 " is "pythoch1.12" ?Looking forward to your reply and answer

@buptxyb666
Copy link
Owner

torch12 refers to torch1.2 due to the initial version of this work started in early 2020.

@zhaoduanlu
Copy link
Author

torch12 refers to torch1.2 due to the initial version of this work started in early 2020.

thanks for your reply!

@zhaoduanlu
Copy link
Author

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?

@buptxyb666
Copy link
Owner

I guess so! Did you try to use the packed conda environment torch12.tar.gz?

@buptxyb666
Copy link
Owner

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

@zhaoduanlu
Copy link
Author

I'll try. The main reason is that I use an ECS and upload files slowly. So I used the official one before.
thank you ,big lao!

@zhaoduanlu
Copy link
Author

got it

@YangChen-00
Copy link

Can I ask exactly what code to replace in what place?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants