Advertisement

Pytorch RuntimeError: The NVIDIA driver on your system is too old (found version 10010).

阅读量:

完整报错信息如下:

复制代码
    Traceback (most recent call last):
      File "topFAR_COX_py2_fc1_pytorch.py", line 181, in <module>
    model = constructmodel(args)
      File "topFAR_COX_py2_fc1_pytorch.py", line 37, in constructmodel
    torch.cuda.set_device(rank)
      File "/home/user1/miniconda3/lib/python3.7/site-packages/torch/cuda/__init__.py", line 261, in set_device
    torch._C._cuda_setDevice(device)
      File "/home/user1/miniconda3/lib/python3.7/site-packages/torch/cuda/__init__.py", line 170, in _lazy_init
    torch._C._cuda_init()
    RuntimeError: The NVIDIA driver on your system is too

全部评论 (0)

还没有任何评论哟~