-
Notifications
You must be signed in to change notification settings - Fork 156
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
Error in CuDNN: CUDNN_STATUS_INTERNAL_ERROR(lua5.1,1080ti, CUDA8.0,cudnn5.1) #374
Comments
I've run into this too and solved it by simply reducing the batch size, this seems to be a gpu memory issue. |
@gddingcs @soumith I also encounter this problem. but my batch size is 1 and my gpu memory is sufficient . |
@gddingcs @zhuaichun @soumith |
@visonpon Hi, |
"sudo rm -rf ~/.nv" actually worked for me.... |
I've run into this too and solved it by changed cudnn5.0 to cudnn5.1, when i run the code again, it suddenly blacked and reboot, then the error disappeared. (ubuntu18, rtx2070, CUDA9.0, cudnn5.1) |
I encounter these error messages. Command line is: th neural_style.lua -gpu 0 -backend cudnn.
/home/aichun/torch/install/bin/luajit: /home/aichun/torch/install/share/lua/5.1/nn/Container.lua:67:
In 2 module of nn.Sequential:
/home/aichun/torch/install/share/lua/5.1/cudnn/init.lua:145: Error in CuDNN: CUDNN_STATUS_INTERNAL_ERROR
stack traceback:
[C]: in function 'error'
/home/aichun/torch/install/share/lua/5.1/cudnn/init.lua:145: in function 'getHandle'
/home/aichun/torch/install/share/lua/5.1/cudnn/init.lua:153: in function 'call'
/home/aichun/torch/install/share/lua/5.1/cudnn/init.lua:159: in function 'errcheck'
/home/aichun/torch/install/share/lua/5.1/cudnn/init.lua:174: in function 'toDescriptor'
...torch/install/share/lua/5.1/cudnn/SpatialConvolution.lua:37: in function 'resetWeightDescriptors'
...torch/install/share/lua/5.1/cudnn/SpatialConvolution.lua:96: in function 'checkInputChanged'
...torch/install/share/lua/5.1/cudnn/SpatialConvolution.lua:120: in function 'createIODescriptors'
...torch/install/share/lua/5.1/cudnn/SpatialConvolution.lua:188: in function <...torch/install/share/lua/5.1/cudnn/SpatialConvolution.lua:186>
[C]: in function 'xpcall'
/home/aichun/torch/install/share/lua/5.1/nn/Container.lua:63: in function 'rethrowErrors'
/home/aichun/torch/install/share/lua/5.1/nn/Sequential.lua:44: in function 'forward'
neural_style.lua:162: in function 'main'
neural_style.lua:601: in main chunk
[C]: in function 'dofile'
...chun/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:150: in main chunk
[C]: at 0x00406620
WARNING: If you see a stack trace below, it doesn't point to the place where this error occurred. Please use only the one above.
stack traceback:
[C]: in function 'error'
/home/aichun/torch/install/share/lua/5.1/nn/Container.lua:67: in function 'rethrowErrors'
/home/aichun/torch/install/share/lua/5.1/nn/Sequential.lua:44: in function 'forward'
neural_style.lua:162: in function 'main'
neural_style.lua:601: in main chunk
[C]: in function 'dofile'
...chun/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:150: in main chunk
[C]: at 0x00406620
Anyone here could help me?
The text was updated successfully, but these errors were encountered: