foamliu/Deep-Image-Matting-PyTorch

RuntimeError: cuDNN error: CUDNN_STATUS_EXECUTION_FAILED

Closed this issue · 2 comments

When i run train.py, I get this error "RuntimeError: cuDNN error: CUDNN_STATUS_EXECUTION_FAILED", What made this error? What should I do? The configuration environment of my computer is ‘python3.5 pytorch1.1.0 cudn9.0 cudnn7.1.3 torchvision0.3.0’

Seems an environment issue. Please make sure the environment setup (pytorch, cuda, cudnn) is right.

Especially cuda and cudnn versions are compatiable.