You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having some problems while running the code.
the erros is: UnknownError (see above for traceback): Failed to get convolution algorithm. This is probably because cuDNN failed to initialize, so try looking to see if a warning log message was printed above. [[node shared_model/Conv2D (defined at /projects/tensorflow-vdsr/MODEL.py:14) ]] [[node add_39 (defined at VDSR.py:110) ]]
The environment is :
python==2.7
tensorflow-gpu==1.12.1
cuda==9.0
cudnn==7.0.5
Thanks!
The text was updated successfully, but these errors were encountered:
I am having some problems while running the code.
the erros is:
UnknownError (see above for traceback): Failed to get convolution algorithm. This is probably because cuDNN failed to initialize, so try looking to see if a warning log message was printed above. [[node shared_model/Conv2D (defined at /projects/tensorflow-vdsr/MODEL.py:14) ]] [[node add_39 (defined at VDSR.py:110) ]]
The environment is :
python==2.7
tensorflow-gpu==1.12.1
cuda==9.0
cudnn==7.0.5
Thanks!
The text was updated successfully, but these errors were encountered: