Top "Cudnn" questions

The NVIDIA CUDA Deep Neural Network library (cuDNN) is a GPU-accelerated library of primitives for deep neural networks.

how do I update cuDNN to a newer version?

the cuDNN installation manual says ALL PLATFORMS Extract the cuDNN archive to a directory of your choice, referred to below …

linux ubuntu nvidia caffe cudnn
How can I make tensorflow run on a GPU with capability 2.x?

I've successfully installed tensorflow (GPU) on Linux Ubuntu 16.04 and made some small changes in order to make it work with …

cuda tensorflow nvidia cudnn
How to know which cuDNN version one should use?

I plan to use cuDNN on Linux: how to know which cuDNN version I need? Should I always use the …

cuda cudnn
Tensorflow: ImportError: libcudnn.so.7: cannot open shared object file: No such file or directory

I have recently installed tensorflow-gpu using pip. But when I am importing it it is giving the following error: ImportError: …

python python-3.x tensorflow cudnn
Keras - ImportError: cannot import name 'CuDNNLSTM'

I am trying to use the CuDNNLSTM Keras cell to improve training speed for a recurrent neural network (doc here). …

keras keras-layer cudnn
How can I check if keras/tensorflow is using cuDNN?

I have installed CUDA and cuDNN, but the last was not working, giving a lot of error messages in theano. …

tensorflow keras cudnn
Is there a tensorflow version that is compatible with Cuda 9.0 and cudnn 7.1

I have a machine with cuda 9.0 and cudnn 7.1. I've tried using tensorflow 1.7.0 on this machine but it does not work …

tensorflow cudnn
nvcc fatal : Unsupported gpu architecture 'compute_20' while cuda 9.1+caffe+openCV 3.4.0 is installed

I have installed CUDA 9.1+cudnn-9.1+opencv 3.4.0+caffe. When I tried to run make all -j8 in caffe directory, this error …

opencv cmake cuda caffe cudnn
Unpredictable CUDNN_STATUS_NOT_INITIALIZED on Windows

I am running keras neural network training and prediction on GTX 1070 on Windows 10. Most times it is working, but from …

windows tensorflow keras cudnn
TensorFlow: How to verify that it is running on GPU

I am looking for a simple way of verifying that my TF graphs are actually running on the GPU. PS. …

tensorflow gpu cudnn