cudnn Questions
24
I installed tensorflow 1.0.1 GPU version on my Macbook Pro with GeForce GT 750M. Also installed CUDA 8.0.71 and cuDNN 5.1. I am running a tf code that works fine with non CPU tensorflow but on GPU ...
Dejecta asked 31/3, 2017 at 19:8
2
I'm encountering an issue with TensorFlow while using TensorRT. The warning message I receive is as follows:
2023-07-28 16:27:20.817724: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-T...
Expense asked 28/7, 2023 at 13:36
5
I want to install tensorflow-gpu on my linux machine on google cloud platform. I am not using an deep learning vm gcp provide. So I installed anaconda on my linux instance and now i want to install...
Temperament asked 25/3, 2020 at 13:5
4
Solved
I know that this question has been asked a lot, but none of the suggestions seem to work, probably since my setup is somewhat different:
Ubuntu 22.04
python 3.10.8
tensorflow 2.11.0
cudatoolkit 11....
Becker asked 29/12, 2022 at 21:18
15
Solved
I have searched many places but ALL I get is HOW to install it, not how to verify that it is installed. I can verify my NVIDIA driver is installed, and that CUDA is installed, but I don't know how ...
Imf asked 9/7, 2015 at 18:58
7
Solved
In conda the latest version of conda is:
cudnn 7.3.1 cuda10.0_0 anaconda
But i need 7.4.2 for tensorflow-gpu.1.13
How install cuDNN==7.4.2 in conda?
Nauru asked 20/3, 2019 at 8:46
5
Solved
I am trying to use the CuDNNLSTM Keras cell to improve training speed for a recurrent neural network (doc here).
When I run:
from keras.layers import Bidirectional, CuDNNLSTM
I get this error:
...
Antinucleon asked 17/12, 2017 at 17:2
10
I have run the model with LSTM as the first layer successfully. But out of curiosity, I replace LSTM with CuDNNLSTM.
But after model.fit, it replied the following error message:
UnknownError: Fail...
7
Cudnn: https://developer.nvidia.com/cudnn
I login and go jump through all the hoops that NVIDIA wants you to do; however, when it comes time to download the file I can't seem to figure out h...
Hydantoin asked 7/7, 2015 at 21:21
7
Solved
I have recently installed tensorflow-gpu using pip. But when I am importing it it is giving the following error:
ImportError: libcudnn.so.7: cannot open shared object file: No such file or directo...
Veilleux asked 25/6, 2018 at 8:49
8
Solved
I have aldready spent a considerable of time digging around on stack overflow and else looking for the answer, but couldn't find anything
Hi all,
I am running Tensorflow with Keras on top.
I am 9...
Cobra asked 29/6, 2017 at 15:17
1
Solved
I have tried to install TensorFlow v2.12 in Anaconda with Python 3.9.16 and Windows 10 OS with pip v23.0.1. I need Tensforflow v2.12 for my GPU (RTX4080), and only this version works with my GPU, b...
Logger asked 1/4, 2023 at 16:59
1
Found similar issue on TensorFlow Forum HERE with NO Solution.
I'm running PyTorch 2.0.0 with CUDA 11.8 on the same System (Local Windows 11) with NO Issues, but am facing Issues with TensorFlow 2....
Talipes asked 5/4, 2023 at 8:15
3
Solved
I plan to use cuDNN on Linux: how to know which cuDNN version I need? Should I always use the most recent one?
E.g. choosing the right CUDA version depends on the Nvidia driver version. I wonder i...
4
The Tensorflow linux installation instructions say:
Ensure that you create the CUDA_HOME environment variable as described
in the NVIDIA documentation.
I cannot find any mention of CUDA_HOME ...
Oxy asked 5/9, 2017 at 22:58
3
Solved
I see many torch codes use:
require cudnn
require cunn
require cutorch
What are these package used for? What is their relation with Cuda?
3
Solved
My test :
import tensorflow as tf
hello = tf.constant('Hello, TensorFlow!')
sess = tf.Session()`
Error :
c:\l\work\tensorflow-1.1.0\tensorflow\stream_executor\cuda\cuda_driver.cc:405]
failed call ...
Moussaka asked 7/2, 2018 at 7:30
7
Solved
I have noticed that some newer TensorFlow versions are incompatible with older CUDA and cuDNN versions. Does an overview of the compatible versions or even a list of officially tested combinations ...
Heaume asked 31/5, 2018 at 10:48
2
Could not load library cudnn_cnn_infer64_8.dll. Error code 126
Please make sure cudnn_cnn_infer64_8.dll is in your library path!
I keep getting this error when I try to use TensorFlow with GPU, I'...
Intervocalic asked 8/11, 2021 at 6:0
1
Solved
The error is as follows and full log can be found here: https://pastebin.com/raw/0WQw8ktB
2021-06-10 22:03:04.201770: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully op...
Writer asked 11/6, 2021 at 3:48
3
Solved
On windows, how do you verify the version number of CuDNN installed?
I'm finding a lot of results when I search for the answer for Linux machines. It doesn't seem like there's a clear way to find ...
4
Solved
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 occurred:
nvcc fatal : Unsupported gpu architecture 'compute_20'
I hav...
6
I am running keras neural network training and prediction on GTX 1070 on Windows 10. Most times it is working, but from time to time it complains
E c:\tf_jenkins\home\workspace\release-win\device\...
Administrator asked 11/7, 2017 at 16:36
3
Solved
I am currently using the cmake-gui to compile yolo darknet at https://github.com/AlexeyAB/darknet.git. However, it will not enable cuda and I am having a few other odd issues. These include when I ...
Yajairayajurveda asked 24/4, 2019 at 12:37
4
Solved
I run my code on tensorflow 2.1.0 Anaconda with CUDA Toolkit 10.1 CUDNN 7.6.0 (Windows 10) and it returns a issue
F .\tensorflow/core/kernels/random_op_gpu.h:232] Non-OK-status: GpuLaunchKernel(Fil...
Guaranty asked 5/8, 2020 at 3:33
1 Next >
© 2022 - 2025 — McMap. All rights reserved.