cuDNN error: CUDNN_STATUS_MAPPING_ERROR raised by Conv2d

The simplest way to fix this issue is by using the right CUDA version (11.1). You can use the pip command below to install CUDA before running your program.

pip install torch==1.8.0+cu111 torchvision==0.9.0+cu111 torchaudio==0.8.0 -f

Regards,
Rachel Gomez

1 Like