pytorch官方网站会有各种安装方法的安装命令,我们首先找到pytorch的低版本(https://pytorch.org/get-started/previous-versions/)
如何安装指定版本的torch
确定自己安装的cuda版本(本人电脑为10.0),然后找到对应的安装文件,通过命令:
pip install [downloaded file]
安装好torch后再安装torchvision:
pip install torchvision

相关文章:

  • 2021-12-31
  • 2021-12-19
  • 2021-05-17
  • 2021-08-01
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-06
  • 2022-12-23
  • 2021-10-27
  • 2021-04-27
相关资源
相似解决方案