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

Check failed: status == CUDNN_STATUS_SUCCESS (4 vs. 0) CUDNN_STATUS_INTERNAL_ERROR #7

Open
juneleung opened this issue Oct 14, 2022 · 7 comments

Comments

@juneleung
Copy link

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: ***
···

@hmmlillian
Copy link
Owner

Please try this solution.

@juneleung
Copy link
Author

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.
if I run exe directly, will get a message can't find vgg,

Check failed: fd != -1 (-1 vs. -1) File not found: \vgg19\VGG_ILSVRC_19_layers_deploy.prototxt
*** Check failure stack trace: ***

my folder is like this:
image
is it the correction setting?

@zyyue99
Copy link

zyyue99 commented Jun 20, 2023

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: *** ···

Hi, I have the same question. Have you solved it yet, please?

@hmmlillian
Copy link
Owner

@zhaoyue99

Please try this solution.

@hmmlillian
Copy link
Owner

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. if I run exe directly, will get a message can't find vgg,

Check failed: fd != -1 (-1 vs. -1) File not found: \vgg19\VGG_ILSVRC_19_layers_deploy.prototxt
*** Check failure stack trace: ***

my folder is like this: image is it the correction setting?

The missing vgg file is placed under this folder: demo/model/vgg19/VGG_ILSVRC_19_layers_deploy.prototxt.

@zyyue99
Copy link

zyyue99 commented Jul 2, 2023

@zhaoyue99

Please try this solution.

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!

@hmmlillian
Copy link
Owner

@zhaoyue99

Please try this solution.

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:

neural_color_transfer.exe -m [MODEL_DIR] -i [INPUT_ROOT_DIR] -o [OUTPUT_DIR] -g [GPU_ID]
e.g., exe\neural_color_transfer.exe -m model\ -i example\ -o example\res\ -g 0

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

3 participants