Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
42 views

I'm trying to learn and implement AlexNet and I'm using this Google Colab notebook to help: https://colab.research.google.com/github/d2l-ai/d2l-en-colab/blob/master/chapter_convolutional-modern/...
Gajji3107's user avatar
-4 votes
1 answer
123 views

I am working on implementing the Fused Attention fprop graph pattern. As of now I am only combining two matrix multiplications, meaning g3 and g4 are empty. I believe I have also matched all the ...
BigWinnz101's user avatar
2 votes
2 answers
3k views

I am working on a code that uses the Jax library, and I run into this error over and over again no matter how I tried to configure my environment: 2024-08-20 16:26:58.037892: E external/xla/xla/...
Mika Bell's user avatar
0 votes
1 answer
496 views

I got RTX 4060 with driver 560.76. I installed CUDA 11.8 and copied cuDNN 8.9.7. files to the correct directories in the CUDA installation folder. I added the right paths to the System variables ...
Tal1992's user avatar
  • 73
0 votes
0 answers
82 views

I'm working on a custom implementation using cuDNN's Graph API, but I'm encountering an error when creating the engineConfig. I'm trying to implement this directly using cuDNN's backend API calls, ...
musako's user avatar
  • 1,357
0 votes
0 answers
50 views

ISSUE: I have been trying without success to run TensorFlow in GPU mode. When I run the following code to check for available devices: from tensorflow.python.client import device_lib def ...
user avatar
1 vote
1 answer
412 views

I have successfully tested a small C++ program which uses the NVIDIA cuDNN API to run code on a GPU. The cuDNN API level is 9.1.1. The program compiles, links and runs OK. What puzzles me is that ...
Henrik Schultz's user avatar
0 votes
0 answers
210 views

I'm trying to import TensorFlow in my conda Python environment, but I'm encountering the following error: --------------------------------------------------------------------------- ImportError ...
Kushan Manahara's user avatar
-3 votes
1 answer
617 views

Windows 11 Visual Studio 17 2022 cuDNN v9.0 Cuda v12.3 I have set the enviromental variables to: $env:CUDA_PATH = "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.3" Additionally, my $...
Trevor's user avatar
  • 81
0 votes
0 answers
1k views

I'm trying using cupy in my docker container. I use to containers which one is for CUDA and cuDNN, and the other is for cupy. I tried this code. import cupy as cp cupy_array = cp.array([1, 2, 3]) ...
YJ C's user avatar
  • 13
0 votes
0 answers
2k views

I tried several combinations from this list to try and activate GPU acceleration for deep learning. However, nothing seems to work with tensorflow. The CUDA installation works fine (by fine I mean ...
Adi Peterca's user avatar
0 votes
2 answers
1k views

(my_project_env) C:\\Users...\\pythonProject3\>conda list cudatoolkit # packages in environment at C:\\ProgramData\\anaconda3\\envs\\my_project_env: # # Name Version ...
Oliver Bai's user avatar
2 votes
1 answer
5k views

I have a problem with tensorflow. For weeks everything was working and now I get the error: Loaded runtime CuDNN library: 8.5.0 but source was compiled with: 8.6.0. CuDNN library needs to have ...
Peter Pan's user avatar
-1 votes
1 answer
274 views

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-...
Yeasin Al Yeasa's user avatar
0 votes
1 answer
425 views

I have uninstalled and installed cuDNN but still it is giving error. I have tried to downgrade tensorflow and pytorch but azure runs on the default version.This is the error am facing I have installed ...
sadam karthik's user avatar
0 votes
0 answers
119 views

I am currently working on a RNN using Keras, but I am stuck with this error: --------------------------------------------------------------------------- ValueError ...
roty2Poulet's user avatar
-1 votes
1 answer
422 views

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 ...
MANOS's user avatar
  • 41
2 votes
2 answers
1k views

I have tried to fit a Keras model on a notebook in Microsoft Azure Machine Learning Studio GPU machine. I have received an error similar to what was described here: 2023-04-27 09:56:21.098249: E ...
Gideon Kogan's user avatar
3 votes
0 answers
203 views

The question was asked quite often for the higher-level frameworks: PyTorch: Why RNN need two bias vectors? PyTorch: Why RNN needs two biases? TF/Keras: Why CuDNNLSTM has more parameters than LSTM? ...
Albert's user avatar
  • 68.9k
1 vote
0 answers
712 views

I am trying to retrain the last layer of ResNet18 but running into problems using CUDA. I am not hearing the GPU and in Task Manager GPU usage is minimal when running with CUDA. I increased the ...
dabenor's user avatar
  • 11
-1 votes
1 answer
807 views

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 -...
Bilal's user avatar
  • 4,125
11 votes
1 answer
22k views

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, ...
Vasileios Delimaras's user avatar
-2 votes
1 answer
7k views

The version I originally installed is 11.6. To match the tensorflow2.11.0, I had to install the v11.2 of CUDA, during which I first uinstall the newer version of CUDA(every thing about it) and then ...
Eggze2's user avatar
  • 51
1 vote
0 answers
49 views

I am trying to implement some neural networks for training and inference using C++. It should work on GPU (if available, with cuDNN) and CPU (if GPU is not available). All modern frameworks support ...
RolleRugu's user avatar
  • 343
1 vote
1 answer
5k views

I am trying to install the newest Tensorflow GPU version to an Ubuntu environment. The Cuda drivers are correctly installed and working, which I can confirm with the following commands: nvcc --version ...
Ufuk Can Bicici's user avatar

1
2 3 4 5
8