• 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

  • 相关阅读:
    深入理解node.js异步编程:基础篇
    js里的回调函数
    nodejs 访问网站并操作xpath
    Linux 对比两个文本的交集和差集(comm)
    Dynamics CRM 2015/2016 Web API:Unbound Function 和 Bound Function
    POJ 3134
    Spark Streaming中的操作函数分析
    Storm新特性之Flux
    POJ 题目2823 Sliding Window(RMQ,固定区间长度)
    广工2016校赛决赛
  • 原文地址:https://www.cnblogs.com/herd/p/9607264.html
Copyright © 2020-2023  润新知