RuntimeError: CUDNN_STATUS_INTERNAL_ERROR
问题 On ubuntu14.04,I use pytorch with cudnn.This problem happened: Traceback (most recent call last): File "main.py", line 58, in <module> test_detect(test_loader, nod_net, get_pbb, bbox_result_path,config1,n_gpu=config_submit['n_gpu']) File "/home/ubuntu/nndl/DSB2017/test_detect.py", line 52, in test_detect output = net(input,inputcoord) File "/home/ubuntu/anaconda2/lib/python2.7/site-packages/torch/nn/modules/module.py", line 252, in __call__ result = self.forward(*input, **kwargs) File "/home