SEAL icon indicating copy to clipboard operation
SEAL copied to clipboard

RuntimeError: CuDNN error: CUDNN_STATUS_EXECUTION_FAILED

Open Adnan1986 opened this issue 2 years ago • 0 comments

Hi,

Thank you for sharing your code. to use your code I creat a new conda envirenment with python 2.7. Then I installed opencv=3.4.2 and conda install pytorch=0.4.1 cuda90 -c pytorch for cuda 9 and pytorch 0.4.1. However I got RuntimeError: CuDNN error: CUDNN_STATUS_EXECUTION_FAILED Previously I have tried different combination of cuda pytorch and cudnn, still got this error. this is the error and output of python -m torch.utils.collect_env. image

Could you please give me a help how I can fix it.

Thanks

Adnan1986 avatar Feb 02 '23 13:02 Adnan1986