Test2

Loading YOLO model..
/home/luo/.local/lib/python3.6/site-packages/torch/cuda/__init__.py:116: UserWarning:
Found GPU0 Quadro K2100M which is of cuda capability 3.0.
PyTorch no longer supports this GPU because it is too old.

warnings.warn(old_gpu_warn % (d, name, major, capability[1]))
/home/luo/.local/lib/python3.6/site-packages/torch/cuda/__init__.py:116: UserWarning:
Found GPU0 Quadro K2100M which is of cuda capability 3.0.
PyTorch no longer supports this GPU because it is too old.

warnings.warn(old_gpu_warn % (d, name, major, capability[1]))
Process Process-2:
Traceback (most recent call last):
File "/home/luo/anaconda3/envs/flappbird/lib/python3.6/multiprocessing/process.py", line 258, in _bootstrap
self.run()
File "/home/luo/anaconda3/envs/flappbird/lib/python3.6/multiprocessing/process.py", line 93, in run
self._target(*self._args, **self._kwargs)
File "/home/luo/Desktop/MyFile/MVIG-SJTU/AlaphaPose2/dataloader.py", line 319, in update
prediction = self.det_model(img, CUDA=True)
File "/home/luo/.local/lib/python3.6/site-packages/torch/nn/modules/module.py", line 491, in __call__
result = self.forward(*input, **kwargs)
File "/home/luo/Desktop/MyFile/MVIG-SJTU/AlaphaPose2/yolo/darknet.py", line 324, in forward
x = self.module_list[i](x)
File "/home/luo/.local/lib/python3.6/site-packages/torch/nn/modules/module.py", line 491, in __call__
result = self.forward(*input, **kwargs)
File "/home/luo/.local/lib/python3.6/site-packages/torch/nn/modules/container.py", line 91, in forward
input = module(input)
File "/home/luo/.local/lib/python3.6/site-packages/torch/nn/modules/module.py", line 491, in __call__
result = self.forward(*input, **kwargs)
File "/home/luo/.local/lib/python3.6/site-packages/torch/nn/modules/conv.py", line 301, in forward
self.padding, self.dilation, self.groups)
RuntimeError: CUDNN_STATUS_MAPPING_ERROR
/home/luo/anaconda3/envs/flappbird/lib/python3.6/multiprocessing/semaphore_tracker.py:143: UserWarning: semaphore_tracker: There appear to be 1 leaked semaphores to clean up at shutdown
len(cache))
/home/luo/.local/lib/python3.6/site-packages/torch/cuda/__init__.py:116: UserWarning:
Found GPU0 Quadro K2100M which is of cuda capability 3.0.
PyTorch no longer supports this GPU because it is too old.

warnings.warn(old_gpu_warn % (d, name, major, capability[1]))
Loading pose model from ./models/sppe/duc_se.pth

posted @ 2018-09-07 21:45  西北逍遥  阅读(2062)  评论(0编辑  收藏  举报