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

RuntimeError:CUDNN_Status_Mapping_Errror

Open bheAI opened this issue 5 years ago • 1 comments

I run in multi (2~4) GPUs (Tesla V100), there are something error.

Found GPU0 V100-SXM2-16GB which requires CUDA_VERSION >= 9000 for optimal performance and fast startup time, but your PyTorch was compiled with CUDA_VERSION 8000. Please install the correct PyTorch binary using instructions from http://pytorch.org warnings.warn(incorrect_binary_warn % (d, name, 9000, CUDA_VERSION)) * ...... ../python3.5/dist-packages/torch/nn/modules/module.py, line 491, in__call__ result = self.forward(*input, **kwargs) ...... *

RuntimeError:CUDNN_Status_Mapping_Errror

bheAI avatar Jan 14 '20 09:01 bheAI

Hi, bro., I also meet the same problem, have you already fixed it?

JCZ404 avatar Mar 29 '21 00:03 JCZ404