-
Notifications
You must be signed in to change notification settings - Fork 590
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
Exception: ("We can't determine the cudnn version as it is not available", #18
Comments
When I run:
|
The code is only tested with an older Theano version as well as old GPUs and CUDNN. Could you run other Theano demo code such as this one? |
mine is similar, I am on windows and i have this problem:
|
The code was developed around 2015. I am pretty sure it doesn't work with cudnn 5.1. See here for the Theano version. |
I have installed cuda and cudnn, and I run
THEANO_FLAGS='device=cpu, floatX=float32, nvcc.fastmath=True' /usr/bin/python iGAN_main.py --model_name outdoor_64
, the error message is:Theano (0.8.2)
cuda (8.0)
cudnn(5.1)
envionment variable:
Thank you!
The text was updated successfully, but these errors were encountered: