Top "Cudnn" questions

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

cuDNN error: CUDNN_STATUS_BAD_PARAM.Can someone explain why i am getting this error and how can i correct it?

I am trying to implement a Character LSTM using Pytorch.But I am getting cudnn_status_bad_params errors.This …

pytorch cudnn
CuDNNLSTM: UnknownError: Fail to find the dnn implementation

I have run the model with LSTM as the first layer successfully. But out of curiosity, I replace LSTM with …

lstm cudnn
how to setup cuDnn with theano on Windows 7 64 bit

I have installed Theano framework and enabled CUDA on my machine, however when I "import theano" in my python console, …

python theano cudnn
tensorflow-gpu is not working with Blas GEMM launch failed

I installed tensorflow-gpu to run my tensorflow code on my GPU. But I can't make it run. It keeps on …

tensorflow nvidia tensorflow-gpu cudnn
What is the difference and relation among 'cuda' 'cudnn' 'cunn' and 'cutorch' in torch?

I see many torch codes use: require cudnn require cunn require cutorch What are these package used for? What is …

cuda torch cudnn
Tensorflow 1.11 needs CuDNN 7.2 for CUDA 9.0, but there is no such library

The requirements of the current version of tensorflow 1.11 to run on GPU are CUDA® Toolkit —TensorFlow supports CUDA 9.0. cuDNN SDK (&…

tensorflow cudnn
CUDNN_STATUS_NOT_INITIALIZED when trying to run TensorFlow

I have installed TensorFlow 1.7 on an Ubuntu 16.04 with Cuda 9.0 and CuDNN 7.0.5 and vanilla Python 2.7 and although they samples for both …

python tensorflow gpu cudnn
TensorFlow GPU: is cudnn optional? Couldn't open CUDA library libcudnn.so

I installed the tensorflow-0.8.0 GPU version, tensorflow-0.8.0-cp27-none-linux_x86_64.whl. It says it requires CUDA toolkit 7.5 and CuDNN v4. # …

tensorflow cuda gpu cudnn
TensorFlow: How to use CudnnLSTM with variable input length (like dynamic_rnn)?

I would like to speed up my LSTM network, but as I am using it for a OCR (where sequences …

tensorflow lstm cudnn
cudnn compile configuration in TensorFlow

Ubuntu 14.04, CUDA Version 7.5.18, nightly build of tensorflow While running a tf.nn.max_pool() operation in tensorflow, I got the …

tensorflow cudnn