You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
HI thanks for mxnet for great package !
When I am trying to build with CUDNN, I've got the following error when running the mnist example
INFO:root:Start training with [gpu(0)]
[09:38:18] ./dmlc-core/include/dmlc/logging.h:208: [09:38:18] ./mshadow/mshadow/./stream_gpu-inl.h:125: Check failed: (err) == (CUDNN_STATUS_SUCCESS) CUDNN_STATUS_NOT_INITIALIZED[
09:38:18] ./dmlc-core/include/dmlc/logging.h:208: [09:38:18] ./mshadow/mshadow/./stream_gpu-inl.h:125: Check failed: (err) == (CUDNN_STATUS_SUCCESS) CUDNN_STATUS_NOT_INITIALIZED
terminate called recursively
terminate called after throwing an instance of 'dmlc::Error'
what(): [09:38:18] ./mshadow/mshadow/./stream_gpu-inl.h:125: Check failed: (err) == (CUDNN_STATUS_SUCCESS) CUDNN_STATUS_NOT_INITIALIZED
However, it works with context = CPU.
CentOS 6.5
G++ 4.8.4
CUDA 6.5
CUDNN is 7.0
CUDA enabled
K40 Testla.