pytorch_Realtime_Multi-Person_Pose_Estimation
pytorch_Realtime_Multi-Person_Pose_Estimation copied to clipboard
RuntimeError: cuDNN error: CUDNN_STATUS_EXECUTION_FAILED
windows10+RtX2070+CUDA9.0+torch1.0.1+python3.6.5,this is my enviroment.When I run picture_demo.py,the error of "RuntimeError: cuDNN error: CUDNN_STATUS_EXECUTION_FAILED" appears.why?Have you encountered a similar problem? Do you have a solution?
That may helps: https://discuss.pytorch.org/t/solved-rtx-2080-ti-cudnn-error-occurs-when-loading-rnn-model-to-gpu/33880/12
thank you for your help!
@xieshenru Have your fixed the bug? I use RTX2060+CUDA9.0+python3.6 and have the same problem. But the link above installed the CUDA10+python3.5 version.