-
Notifications
You must be signed in to change notification settings - Fork 293
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 (8 vs. 0) CUDNN_STATUS_EXECUTION_FAILED #68
Comments
cuda9.0 cudnn7.0 |
I met the same problem, have you fixed it? thanks a lot~ |
@tjzjp Hello, have you solve the problem? Thank you! |
把make文件里的cudnn注释掉试试?
On 01/21/2019 13:51, gaojx wrote: @tjzjp Hello, have you solve the problem? Thank you!
—You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or mute the thread.
{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/zhaoweicai/cascade-rcnn","title":"zhaoweicai/cascade-rcnn","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/zhaoweicai/cascade-rcnn"}},"updates":{"snippets":[{"icon":"PERSON","message":"@gaojxx in #68: @tjzjp Hello, have you solve the problem? Thank you!"}],"action":{"name":"View Issue","url":"#68 (comment)"}}}
[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "#68 (comment)",
"url": "#68 (comment)",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
F1126 12:19:18.211333 23387 cudnn_conv_layer.cu:28] Check failed: status == CUDNN_STATUS_SUCCESS (8 vs. 0) CUDNN_STATUS_EXECUTION_FAILED
*** Check failure stack trace: ***
@ 0x7fa7b34190cd google::LogMessage::Fail()
@ 0x7fa7b341af33 google::LogMessage::SendToLog()
@ 0x7fa7b3418c28 google::LogMessage::Flush()
@ 0x7fa7b341b999 google::LogMessageFatal::~LogMessageFatal()
@ 0x7fa7b3cdf643 caffe::CuDNNConvolutionLayer<>::Forward_gpu()
@ 0x7fa7b3c57631 caffe::Net<>::ForwardFromTo()
@ 0x7fa7b3c57737 caffe::Net<>::Forward()
@ 0x7fa7b3c77088 caffe::Solver<>::Step()
@ 0x7fa7b3c77d4f caffe::Solver<>::Solve()
@ 0x560bd9a27ebe train()
@ 0x560bd9a22bc5 main
@ 0x7fa7b2219b97 __libc_start_main
@ 0x560bd9a2362a _start
Aborted (core dumped)
The text was updated successfully, but these errors were encountered: