Questions tagged [cudnn]

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

The NVIDIA CUDA Deep Neural Network library (cuDNN) is a GPU-accelerated library of primitives for deep neural networks. cuDNN provides highly tuned GPU implementations of standard routines such as forward and backward convolution, pooling, normalization, and activation layers, exposed by a C++ API.

Please use this tag only if you are writing or building code which uses the cuDNN APIs. If you are having problems with installing or running frameworks or libraries which use cuDNN internally, please tag those questions with the library or framework in question, and refrain from tagging them with this tag.

385 questions
0
votes
1 answer

Error 13 error C1083: Cannot open include file: 'cudnn.h': No such file or directory ...\caffe\util\cudnn.hpp 5 1 convert_imageset

When I compile caffe for windows (64bit, release, vs 2013, nvidia 750, opencv 3.1,cuDNN version 5.1), I got the following error "Error 13 error C1083: Cannot open include file: 'cudnn.h': No such file or directory ...\caffe\util\cudnn.hpp …
0
votes
1 answer

Cuda, CuDNN installed But Tensorflow can't use the GPU

My system is Ubuntu 14.04 on EC2.: nvidia-smi Sun Oct 2 13:35:28 2016 +------------------------------------------------------+ | NVIDIA-SMI 352.63 Driver Version: 352.63 | …
John77
  • 117
  • 2
  • 11
0
votes
2 answers

opencv 3.1 dnn (caffe) module model import fail

environment: OS: win 10 IDE: Visual Studio 2013 opencv: 3.1 master from https://github.com/Itseez/opencv opencv_contrib: from https://github.com/Itseez/opencv_contrib graphic card: nvidia GeForce 610M CUDA: tool kit v7.5 & cudnn is install what I…
Chi-Fang Hsieh
  • 235
  • 1
  • 3
  • 13
0
votes
1 answer

tensorflow cudnn problems (cuda 7.5, 367 driver cudnn 4) SOS

i am running a gtx 980ti on ubuntu 16.04, installed cuda 7.5 via deb file and cupied the cudnn files into /usr/local/cuda-7.5 ... . I edited my bashrc file with the following: export CUDA_HOME=/usr/local/cuda-7.5 export…
hmmmbob
  • 1,167
  • 5
  • 19
  • 33
0
votes
2 answers

Tensorflow with Cuda, libcudart.so.7.5: cannot open shared object. eclipse (Liclipse)

When I import tensorflow in Liclipse I get the following error: Traceback (most recent call last): File "/home/user/Documents/workspace/project", line 13, in import tensorflow as tf File…
Eli
  • 283
  • 3
  • 13
0
votes
1 answer

Error for using tensorflow on Ubuntu 14:04 with TITAN x

I tried to follow the instructions here but when I import tensorflow I received this message >>> import tensorflow I tensorflow/stream_executor/dso_loader.cc:105] successfully opened CUDA library libcublas.so locally I…
S.AMEEN
  • 1,461
  • 4
  • 16
  • 23
0
votes
1 answer

What is the shape/order of cudnn convolutional filters?

Cudnn stores its filters in an array. I know the total size of the array must be num_filters_out * num_filters_in * height_filter * width_filter. But how is the array ordered, actually? Is it (num_filters_out, num_filters_in, height_filter,…
schreon
  • 1,097
  • 11
  • 25
0
votes
1 answer

How to compute a 'full' convolution with NVIDIA cuDNN?

I'm testing the NVIDIA cuDNN library on simple problems. I'm trying to achieve something that I thought would be simple, doing a 'full' convolution. I have been able to compute a 'valid' convolution with the forward algorithm without too much…
Baptiste Wicht
  • 7,472
  • 7
  • 45
  • 110
0
votes
1 answer

cuDNN code sample compile error

I'm trying to install NVIDIA's cuDNN library and run their code sample, but it's giving me these errors and I don't know what is wrong. make all Building target: cuDNNtest Invoking: NVCC Linker /usr/local/cuda-7.5/bin/nvcc --cudart static…
DanielaG
  • 66
  • 5
0
votes
1 answer

How to get CUDNN to work with lda2vec on aws ubuntu GPU instance?

I have been trying to use lda2vec to work with the GPU as stated here http://nbviewer.jupyter.org/github/cemoody/lda2vec/blob/master/examples/twenty_newsgroups/lda.ipynb#topic=5&lambda=0.6&term= I have successfully installed CUDA, Chainer (1.6.0),…
ajaanbaahu
  • 344
  • 3
  • 20
0
votes
1 answer

Previous version of Caffe compatible with cuDNN v2

I am trying to locate the last version of Caffe that was still compatible with cuDNN v2. The current master requires cuDNN v3. I've been searching through the github repository for Caffe trying to locate what I need but there doesn't seem to be a…
crayguy
  • 75
  • 6
0
votes
0 answers

Script works only when run in cuda-memcheck

I'm writing a convnet using torch and cudnn and having some memory issues. I tried debugging the script with cuda-memcheck only to notice it actually runs when fed through cuda-memcheck (albeit slower than it should). Turns out if cuda-memcheck is…
Haggis
  • 17
  • 1
-1
votes
0 answers

I am desperately trying to install CUDA and CUDNN on my GTX 1050Ti 4GB on my desktop

I have used my GPU: Nvidia GeForce GTX 1050 Ti - 4GB for my gaming in the recent years, but now I want to use it to run my Deep Learning frameworks using Tensorflow and Pytorch. I have tried installing multiple drivers and have tried it's…
-1
votes
0 answers

CUDNN_STATUS_EXECUTION_FAILED while trying to train TTNet model

I am trying to run the TTnet model locally and im having a lot of issues with getting this to run. Please check it's requirements to understand what im trying to setup on my local. I setup a python3.6 virtual environment, and pip installed the…
Muzt
  • 1
-1
votes
1 answer

Dlerror: cudnn64_7.dll not found

When I run tf.test.is_gpu_availabe() it returns false and the only problem that it is showing that cudnn64_7.dll not found I am using python 3.8.17 for tensorflow 2.3.0 Cuda-10.1, CudNN-8.0.5 GPU-Nvidia Geforce MX130, cuda compute compatibility-5