-
Notifications
You must be signed in to change notification settings - Fork 8
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
Check failed: status == CUDNN_STATUS_SUCCESS (4 vs. 0) CUDNN_STATUS_INTERNAL_ERROR #7
Comments
Please try this solution. |
I tried to open TDR and set the delay to 10, but still does not work if I run with run.bat, same note with CUDNN.
|
Hi, I have the same question. Have you solved it yet, please? |
@zhaoyue99
|
The missing vgg file is placed under this folder: demo/model/vgg19/VGG_ILSVRC_19_layers_deploy.prototxt. |
Thank you very much for your reply! I've tried, but the problem still hasn't been solved. I am worried that the command I executed was wrong. Could you please provide me with an example command? Thank you very much! |
Please follow the instruction under Demo step by step and it includes the the example command like this:
|
Hello, thanks for your awesome work!
I run with run.bat but some errors happened, hope to get your guide, thanks!
···
I1014 21:52:04.348300 21188 layer_factory.hpp:77] Creating layer input
I1014 21:52:04.348300 21188 net.cpp:100] Creating Layer input
I1014 21:52:04.348300 21188 net.cpp:418] input -> data
I1014 21:52:04.349303 21188 net.cpp:150] Setting up input
I1014 21:52:04.350303 21188 net.cpp:157] Top shape: 1 3 224 224 (150528)
I1014 21:52:04.350303 21188 net.cpp:165] Memory required for data: 602112
I1014 21:52:04.351305 21188 layer_factory.hpp:77] Creating layer conv1_1
I1014 21:52:04.351305 21188 net.cpp:100] Creating Layer conv1_1
I1014 21:52:04.351305 21188 net.cpp:444] conv1_1 <- data
I1014 21:52:04.352304 21188 net.cpp:418] conv1_1 -> conv1_1
F1014 21:52:04.627554 21188 cudnn_conv_layer.cpp:53] Check failed: status == CUDNN_STATUS_SUCCESS (4 vs. 0) CUDNN_STATUS_INTERNAL_ERROR
*** Check failure stack trace: ***
···
The text was updated successfully, but these errors were encountered: