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

Updated code for cuda 11 and torch 1.10+ #16

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

callzhang
Copy link

@callzhang callzhang commented Nov 19, 2022

The code has been updated for newer versions of torch, cuda and other dependencies.

@Yanghojun
Copy link

@callzhang

Hi callzhang!

Thanks for your commit.

I want to operate your train code but I have one problem.

In your correlation.py code

ctx.save_for_backward(self, input1, input2)

return error in my desktop because save_for_backward function can save only Tensor. (self is Correlation class)

Did u solve this problem or Didn't you have any problem before?

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

Successfully merging this pull request may close these issues.

2 participants