GuangmingZhu / AttentionConvLSTM

"Attention in Convolutional LSTM for Gesture Recognition" in NIPS 2018
http://papers.nips.cc/paper/7465-attention-in-convolutional-lstm-for-gesture-recognition
MIT License
219 stars 51 forks source link

could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR #13

Open idealboy opened 5 years ago

idealboy commented 5 years ago

Dear,

when I run the train example , the problem occured like this:

2019-04-25 16:08:15.995839: E tensorflow/stream_executor/cuda/cuda_dnn.cc:359] could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR 2019-04-25 16:08:15.995915: E tensorflow/stream_executor/cuda/cuda_dnn.cc:326] could not destroy cudnn handle: CUDNN_STATUS_BAD_PARAM 2019-04-25 16:08:15.995941: F tensorflow/core/kernels/conv_ops_3d.cc:395] Check failed: stream->parent()->GetConvolveAlgorithms(&algorithms) Aborted

thank you!

I use tensorfloe-gpu-1.2.0 and cudnn-5.0

idealboy commented 5 years ago

yes, I think cudnn-5.1 will be right, thank you!