运行knowledge-driven-dialogue基线中的generative_pt,报如下错误:
Traceback (most recent call last):
File "./network.py", line 220, in
main()
File "./network.py", line 113, in main
torch.cuda.set_device(device)
File "/opt/conda/envs/python35-paddle120-env/lib/python3.5/site-packages/torch/cuda/__init__.py", line 300, in set_device
torch._C._cuda_setDevice(device)
File "/opt/conda/envs/python35-paddle120-env/lib/python3.5/site-packages/torch/cuda/__init__.py", line 192, in _lazy_init
_check_driver()
File "/opt/conda/envs/python35-paddle120-env/lib/python3.5/site-packages/torch/cuda/__init__.py", line 111, in _check_driver
of the CUDA driver.""".format(str(torch._C._cuda_getDriverVersion())))
AssertionError:
The NVIDIA driver on your system is too old (found version 9020).
Please update your GPU driver by downloading and installing a new
version from the URL: http://www.nvidia.com/Download/index.aspx
Alternatively, go to: https://pytorch.org to install
a PyTorch version that has been compiled with your version
of the CUDA driver.
有碰过过类似问题的?
通过终端更新?
我也遇到了这个问题,请问你解决了吗
这是在本地遇到的, 还是在AI Studio上遇到的?
AI Studio上
没有
通过降低pytorch版本应该就可以了,因为我的账号里面默认配置的是cuda9.2,好像太高版本不支持
感谢回答
现在你AI Studio用的怎么样?
升级之后好用多了
是啊,AIStudio越来越好用了