一、找到合适的安装方式

pytorch官网:https://pytorch.org/

 

使用国内源来安装pytorch速度很快

 

 

二、安装命令

# 豆瓣源
pip install torch torchvision torchaudio -i  https://pypi.douban.com/simple

#  其它源
pip install torch torchvision torchaudio -i  https://pypi.mirrors.ustc.edu.cn/simple

 

后面的是镜像,当然也可以采用其他源

 

相关文章:

  • 2021-07-09
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-29
  • 2021-09-04
  • 2022-12-23
  • 2022-12-23
  • 2021-06-06
相关资源
相似解决方案