码迷,mamicode.com
首页 > 其他好文 > 详细

Test2

时间:2018-09-07 22:03:52      阅读:630      评论:0      收藏:0      [点我收藏+]

标签:modules   loading   user   lap   self   warning   status   HERE   models   

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

Test2

标签:modules   loading   user   lap   self   warning   status   HERE   models   

原文地址:https://www.cnblogs.com/herd/p/9607264.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!