Category "cudnn"

tensorflow: Fail to find dnn implementation

I'm trying to run my code Keras CuDNNGRU on tensorflow using gpu but it always get error "Fail to find dnn implementation" even though I already installed CUDA

TensorFlow : failed call to cuInit: CUDA_ERROR_NO_DEVICE

My test : import tensorflow as tf hello = tf.constant('Hello, TensorFlow!') sess = tf.Session()` Error : c:\l\work\tensorflow-1.1.0\tensorflow\stream_execut