yolo2-pytorch
yolo2-pytorch copied to clipboard
RuntimeError:CUDNN_Status_Mapping_Errror
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
Hi, bro., I also meet the same problem, have you already fixed it?