Background:
Use a graphics card in the ubuntu18.04
system geforce RTX 3090
to reproduce r2c
problem
RuntimeError: cuDNN error: CUDNN_STATUS_EXECUTION_FAILED
Cause analysis:
The graphics card geforce RTX 3090
only supports versions of cuda11 and above.
Solution:
Update pytorch and CUDA versions:
conda install pytorch==1.11.0 torchvision==0.12.0 torchaudio==0.11.0 cudatoolkit=11.3 -c pytorch
Read More:
- RTX 3090 Run pytorch Error: CUDA error: no kernel image is available for execution on the device
- How to Solve RuntimeError: cuDNN error: CUDNN_STATUS_EXECUTION_FAILED
- [Solved] RuntimeError: CuDNN error: CUDNN_STATUS_SUCCESS
- [Solved] torchvision Error: UserWarning: Failed to load image Python extension: Could not find module
- Pytorch: How to Handle error warning conda.gateways.disk.delete:unlink_or_rename_to_trash(140)
- [Solved] RuntimeError: cuda runtime error (100) : no CUDA-capable device is detected at
- RuntimeError: No HIP GPUs are available [How to Solve]
- [Solved] ProxyError: Conda cannot proceed due to an error in your proxy configuration.
- [Solved] RuntimeError: CUDA error: CUBLAS_STATUS_EXECUTION_FAILED when calling `cubla…
- fatal error: cublas_v2.h: No such file or directory [How to Solve]
- Pytorch CUDA Error: UserWarning: CUDA initialization: CUDA unknown error…
- [Solved] CUDA unknown error – this may be due to an incorrectly set up environment
- [Solved] Pycharm paddle Error: Error: (External) CUDA error(35), CUDA driver version is insufficient for CUDA
- [Solved] RuntimeError: ProcessGroupNCCL is only supported with GPUs, no GPUs found
- [CUDA Environment] Python Pytorch Error: CudaSetupArgument
- [Solved] Tensorflow cuda Error: Could not load dynamic library ‘libcudart.so.11.0‘; dlerror: libcudart.so.11.0:
- [Solved] pytorch Error: RuntimeError: Unable to find a valid cuDNN algorithm to run convolution
- [Solved] Conda Upgrade Error: PackageNotInstalledError: Package is not installed in prefix.
- RuntimeError: Non RGB images are not supported [How to Fix]
- [Solved] mmdetection Error: ImportError: /home/user/repos/mmdetection/mmdet/ops/dcn/deform_conv_cuda.cpython-37m-x