pytorch-fid icon indicating copy to clipboard operation
pytorch-fid copied to clipboard

CUDNN_STATUS_NOT_SUPPORTED

Open guo-king666 opened this issue 10 months ago • 1 comments

(fid) 1104:~/wav/pytorch-fid-master/src$ python -m pytorch_fid pytorch-fid-master/real pytorch-fid-master/fake --device cuda:0 anaconda3/envs/fid/lib/python3.8/site-packages/torch/nn/modules/conv.py:456: UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status: CUDNN_STATUS_NOT_SUPPORTED (Triggered internally at /opt/conda/conda-bld/pytorch_1712608843393/work/aten/src/ATen/native/cudnn/Conv_v8.cpp:919.) return F.conv2d(input, weight, bias, self.stride, FID: 206.58618781110312

请问一下运行时遇到这个错误怎么解决

guo-king666 avatar May 02 '24 15:05 guo-king666

I also see this same message. Although I'm not sure whether it has affected my output:

conv.py:456: UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status: CUDNN_STATUS_NOT_SUPPORTED (Triggered internally at /opt/conda/conda-bld/pytorch_1712608843393/work/aten/src/ATen/native/cudnn/Conv_v8.cpp:919.)
  return F.conv2d(input, weight, bias, self.stride,

shreyas1230 avatar Aug 24 '24 00:08 shreyas1230