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

AttributeError: module 'correlation' has no attribute 'ModuleCorrelation' #12

Closed
wine3603 opened this issue Oct 22, 2018 · 5 comments
Closed

Comments

@wine3603
Copy link

Hi man, I am using pythorch with python 3.6 cuda 8.0,
when I run

python run.py

I got this error:

Traceback (most recent call last):
File "run.py", line 293, in
moduleNetwork = Network().cuda().eval()
File "run.py", line 268, in init
self.moduleTwo = Decoder(2)
File "run.py", line 170, in init
self.moduleCorrelation = correlation.ModuleCorrelation()
AttributeError: module 'correlation' has no attribute 'ModuleCorrelation'

Could you help me ?
@sniklaus
Copy link
Owner

Have you seen #7?

As a quick sanity check, could you run python --version and let me know what it prints?

@wine3603
Copy link
Author

Thanks a lot!!!
fixed it by installing cupy-cuda80 !

@yuanjunchai
Copy link

Yeah, I solve this problem by installing cupy-cuda100(For CUDA 10.0). More details refer to https://cupy.chainer.org/

@liubai01
Copy link

For those who used Ubuntu18, Please use cupy-cuda101(100 may also work). Or you will be faced with weird CompileException in cupy-cuda91 or earlier. Hope someone faced with the same problem will see this issue:).

@yuanjunchai
Copy link

For those who used Ubuntu18, Please use cupy-cuda101(100 may also work). Or you will be faced with weird CompileException in cupy-cuda91 or earlier. Hope someone faced with the same problem will see this issue:).

Get it! Thank you!

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

4 participants