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
-1
votes
1 answer

Run Pytorch examples with Pytorch build from source

I have build pytorch 2.0.1 from source. Using cuda 11.7, cudnn v8, and the driver for the nvidia GPU is 515.43.04 (CUDA version 11.7). Altough Pytorch seems to build successfully when I am trying to run examples downloaded from github I see the…
MANOS
  • 21
  • 8
-1
votes
1 answer

OpenPose using Ubuntu 20 CuDNN 8 CMAKE can't find CuDNN

I have CuDNN 8 installed on Ubuntu 20.04and I want to install OpenPose But I get a message the CuDNN was not Found: ~/Downloads/openpose/build((HEAD detached at v1.7.0))$ cmake .. -DBUILD_PYTHON=ON -DPYTHON_EXECUTABLE=/usr/bin/python3…
Bilal
  • 3,191
  • 4
  • 21
  • 49
-1
votes
1 answer

I was trying to install cudatoolkit on my anaconda to work with tensorflow but It didn't work

I was trying to download cudatoolkit on my environment variable on anaconda using this command (conda install -c conda-forge cudatoolkit=11.2) and when it finishes downloading and start extracting this error shows: """ Executing transaction: - "By…
JustRio
  • 3
  • 2
-1
votes
1 answer

PyTorch cudnn_cnn_train64_8.dll existed but could not be found when using spacy to download

When I used spacy (a library) to download, it showed that OSError: [WinError 127] The specified procedure could not be found. Error loading "C:\Users\haoli\anaconda3\envs\ifcmapping\lib\site-packages\torch\lib\cudnn_cnn_train64_8.dll" or one of its…
Leo
  • 65
  • 2
  • 10
-1
votes
1 answer

Distributing CUDA runtime to customers but it's too big

At my company, we are building software that we need to push to customers when we update software (It's being pushed to custom hardware). We have a GPU on that custom hardware that is fixed, but sometimes, we might need to upgrade the CUDA and CUDNN…
raaj
  • 2,869
  • 4
  • 38
  • 58
-1
votes
1 answer

Problem installing cudnn8, sbin/ldconfig.real: "/usr/local/cuda-10.2/lib64" is not a known library type

I been getting this error while trying to install cudnn 8 with the debian distribution downloaded from here. /sbin/ldconfig.real: "/usr/local/cuda-10.2/lib64" is not a known library type All the related config files in ld.so.conf.d include the above…
Chester Cheng
  • 158
  • 1
  • 10
-1
votes
1 answer

How can I install CudNN to ububntu 18.04? I cant get permissson from cuda.h 't 's read only and I cant convert it

I am trying to copy following files into the CUDA Toolkit directory, and change the file permissions. However I couldn't get permission allow CUDA. I tried many methods like chmod but it does not work for ubuntu 18.04. $ sudo cp cuda/include/cudnn.h…
-1
votes
1 answer

cudnn can't be installed when i used .deb format

My nvidia driver is NVRM version: NVIDIA UNIX x86_64 Kernel Module 384.130 Wed Mar 21 03:37:26 PDT 2018 And my cuda version is nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2017 NVIDIA Corporation Built on…
Ivy Green
  • 1
  • 2
-1
votes
1 answer

Error while importing tensorflow library for deep learning GPU?

I have a GPU of NVIDIA GeForce 940mx GDDR5 2GB on my laptop. I want to use TensorFlow with GPU support. I tried steps of installing tensorflow from the link https://www.tensorflow.org/install/install_windows I have installed : CUDA 9.0 toolkit with…
tusharRawat
  • 719
  • 10
  • 24
-1
votes
1 answer

Trouble uninstalling CUDA 9.1 and installing 9.0

Config - Intel Core i5-7200U, Intel HD Graphics, NVIDIA GeForce 940MX OS - Ubuntu 18.04 On a fresh installation of ubuntu 18.04, I was following this guide…
Kartik Bhatia
  • 29
  • 1
  • 5
-1
votes
1 answer

Nan in summary histogram for: deconv2/biases

The original size of my images is 3900 x 6000 x 3. I make overlapping patches of shape (232024, 28, 28, 3) and then make batches of size 1000. I have a CNN model for semantic segmentation as follows: def conv_layer(inputs, filters, kernel_size,…
Fawad Khalil
  • 357
  • 3
  • 20
-1
votes
1 answer

caffe multi-gpu CUDNN_STATUS_EXECUTION_FAILED

I`m working in a c++ project (VS2105) in windows environment that launches multiple threads. PC has two NVIDIA GeForce GTX 1080. Each thread uses a different caffe classifier in GPU mode. If all threads use one GPU, the program is working well. It…
-1
votes
1 answer

Installing cuDNN on elementry os gives segmentaion fault

I'm installing cuDNN from official nvidia site. I already installed CUDA. Following commands were used during installtion: tar -xzvf cudnn-9.0-linux-x64-v7.tgz sudo cp cuda/include/cudnn.h /usr/local/cuda/include sudo cp cuda/lib64/libcudnn*…
ashukid
  • 353
  • 3
  • 18
-1
votes
1 answer

How to report issues on Tensorflow website?

How can I report an issue on Tensorflow website? I am not talking about the API, but everything else, e.g. installation instructions and tutorials. For instance, installation instructions indicate that Tensorflow for Python 3.5 and GPU requires…
Fanta
  • 2,825
  • 5
  • 26
  • 35
-1
votes
3 answers

Faster RCNN:libcudart.so.7.0: cannot open shared object file: No such file or directory

I get the following error when I run the demo from https://github.com/rbgirshick/py-faster-rcnn/tree/master and all the other steps before demo has been done successfully: mona@pascal:~/computer_vision/py-faster-rcnn$ ./tools/demo.py Traceback (most…
Mona Jalal
  • 34,860
  • 64
  • 239
  • 408
1 2 3
25
26