Skip to content

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?

@LongruiDong
Copy link

LongruiDong commented Jan 5, 2025

@callzhang hi I checkout your pr,but run into some error:
my python=3.6 pip=21.3.1 cuda= 11.4

ERROR: Could not find a version that satisfies the requirement cupy-cuda11x (from versions: none)
ERROR: No matching distribution found for cupy-cuda11x

ERROR: Invalid requirement: --no-build-isolation -e ./models/correlation_package
pip: error: no such option: --no-build-isolation

have u met those issues?

thanks in advance~

@LongruiDong
Copy link

LongruiDong commented Jan 6, 2025

@callzhang hi I checkout your pr,but run into some error: my python=3.6 pip=21.3.1 cuda= 11.4

ERROR: Could not find a version that satisfies the requirement cupy-cuda11x (from versions: none)
ERROR: No matching distribution found for cupy-cuda11x

ERROR: Invalid requirement: --no-build-isolation -e ./models/correlation_package
pip: error: no such option: --no-build-isolation

have u met those issues?

thanks in advance~

when I change python from 3.6 to 3.8,issue solved

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.

3 participants