cudnn

On windows11, nvcc cannot show the correct version of CUDA

On windows11, nvcc cannot show the correct version of CUDA Question: 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 install the earlier version that is 11.2. However, after the …

Total answers: 1

Floating point exception (core dumped) for UNet implementation

Floating point exception (core dumped) for UNet implementation Question: I am trying to do an implementation of KiuNet ( https://github.com/jeya-maria-jose/KiU-Net-pytorch ). But when I am executing the train command like so: python train.py –train_dataset "KiuNet/Train Folder/" –val_dataset "KiuNet/Validation Folder/" –direc ‘KiuNet/Results/’ –batch_size 1 –epoch 200 –save_freq 10 –modelname "kiunet" –learning_rate 0.0001 I am getting the …

Total answers: 1

Are both the GPU and CUDNN required for Tensorflow

Are both the GPU and CUDNN required for Tensorflow Question: Tensorflow can work on CPU without any GPU installed. Does the following installation improve the performance of Tensorflow when training the following keras model on Ubuntu system? 1). No Nvidia GPU installed. 2). Install the Nvidia CUDNN library on Ubuntu system. 3). Intel CPU with …

Total answers: 1