longcw / faster_rcnn_pytorch

Faster RCNN with PyTorch
MIT License
1.7k stars 466 forks source link

RuntimeError(30) in demo.py #63

Open xianweizhao7 opened 6 years ago

xianweizhao7 commented 6 years ago

Hi, When i run demp.py, i got this:

RuntimeError: cuda runtime error (30) : unknown error at /opt/conda/conda-bld/pytorch_1501972792122/work/pytorch-0.1.12/torch/lib/THC/generic/THCStorage.cu:66

I got CUDA 8 and cudnn V7. My GPU is GTX960M. And i already verify the install of CUDA and cudnn correctly. How can i solve it? Hoping for answers, thanks in advance.