multimodallearning / pytorch-mask-rcnn

Other
2.01k stars 557 forks source link

RuntimeError: cuDNN error: CUDNN_STATUS_EXECUTION_FAILED #94

Open px4869 opened 4 years ago

px4869 commented 4 years ago

I can run demo.py with python demo.py on cpu ,but when i run on gpu, there is a bug :RuntimeError: CUDNN_STATUS_EXECUTION_FAILED , maybe the version of python,pytorch,cuda is incompatible, this is my version what i use: pytorch:0.3.0-cuda9.0 gpu:rtx-2080 cuda:9.0 python:3.6.7, anyone know what's the problem? thanks

uzair-mehmood commented 3 years ago

Do you solved this issue?