pytorch 1.0对应的torchvision版本为0.2
torchvision 0.3对应的版本为torch 1.5
code running error:
AssertionError:
The NVIDIA driver on your system is too old (found version 10000).
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.
解决:
降低pytorch的版本即可;
pip清华镜像源地址:
https://pypi.tuna.tsinghua.edu.cn/simple