We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
WARNING: Logging before InitGoogleLogging() is written to STDERR I0617 14:46:42.380604 13164 upgrade_proto.cpp:67] Attempting to upgrade input file specified using deprecated input fields: pose_deploy_linevec.prototxt I0617 14:46:42.382594 13164 upgrade_proto.cpp:70] Successfully upgraded file specified using deprecated input fields. W0617 14:46:42.382594 13164 upgrade_proto.cpp:72] Note that future Caffe releases will only support input layers and not input fields. I0617 14:46:42.582727 13164 common.cpp:39] System entropy source not available, using fallback algorithm to generate seed instead. I0617 14:46:42.582727 13164 layer_factory.hpp:77] Creating layer input I0617 14:46:42.582727 13164 net.cpp:123] Creating Layer input I0617 14:46:42.583729 13164 net.cpp:431] input -> image I0617 14:46:42.583729 13164 net.cpp:173] Setting up input I0617 14:46:42.583729 13164 net.cpp:180] Top shape: 1 3 1 1 (3) I0617 14:46:42.583729 13164 net.cpp:188] Memory required for data: 12 I0617 14:46:42.583729 13164 layer_factory.hpp:77] Creating layer conv1_1 I0617 14:46:42.583729 13164 net.cpp:123] Creating Layer conv1_1 I0617 14:46:42.583729 13164 net.cpp:457] conv1_1 <- image I0617 14:46:42.583729 13164 net.cpp:431] conv1_1 -> conv1_1 I0617 14:46:42.583729 13164 common.cpp:39] System entropy source not available, using fallback algorithm to generate seed instead. F0617 14:46:42.588734 13164 cudnn_conv_layer.cpp:53] Check failed: status == CUDNN_STATUS_SUCCESS (6 vs. 0) CUDNN_STATUS_ARCH_MISMATCH *** Check failure stack trace: ***
The text was updated successfully, but these errors were encountered:
这是您的显卡可能太低了,建议换成CPU模式执行,就是创建分类器的时候gpuID指定为-1
Sorry, something went wrong.
使用的是方法1,下载bin-release和模型,运行.exe,由于找不到cublas64_80.dll,无法继续执行代码。重新安装程序可能会解决此问题。请问这是什么原因呀?
No branches or pull requests
WARNING: Logging before InitGoogleLogging() is written to STDERR
I0617 14:46:42.380604 13164 upgrade_proto.cpp:67] Attempting to upgrade input file specified using deprecated input fields: pose_deploy_linevec.prototxt
I0617 14:46:42.382594 13164 upgrade_proto.cpp:70] Successfully upgraded file specified using deprecated input fields.
W0617 14:46:42.382594 13164 upgrade_proto.cpp:72] Note that future Caffe releases will only support input layers and not input fields.
I0617 14:46:42.582727 13164 common.cpp:39] System entropy source not available, using fallback algorithm to generate seed instead.
I0617 14:46:42.582727 13164 layer_factory.hpp:77] Creating layer input
I0617 14:46:42.582727 13164 net.cpp:123] Creating Layer input
I0617 14:46:42.583729 13164 net.cpp:431] input -> image
I0617 14:46:42.583729 13164 net.cpp:173] Setting up input
I0617 14:46:42.583729 13164 net.cpp:180] Top shape: 1 3 1 1 (3)
I0617 14:46:42.583729 13164 net.cpp:188] Memory required for data: 12
I0617 14:46:42.583729 13164 layer_factory.hpp:77] Creating layer conv1_1
I0617 14:46:42.583729 13164 net.cpp:123] Creating Layer conv1_1
I0617 14:46:42.583729 13164 net.cpp:457] conv1_1 <- image
I0617 14:46:42.583729 13164 net.cpp:431] conv1_1 -> conv1_1
I0617 14:46:42.583729 13164 common.cpp:39] System entropy source not available, using fallback algorithm to generate seed instead.
F0617 14:46:42.588734 13164 cudnn_conv_layer.cpp:53] Check failed: status == CUDNN_STATUS_SUCCESS (6 vs. 0) CUDNN_STATUS_ARCH_MISMATCH
*** Check failure stack trace: ***
The text was updated successfully, but these errors were encountered: