当前位置:   article > 正文

pytorch对应版本安装----Python3.7_torch对应的python3.7

torch对应的python3.7

pytorch官网

https://pytorch.org/
  • 1

pytorch旧版本网址

https://pytorch.org/get-started/previous-versions/
pytorch从链接安装指定版本

pip install http://download.pytorch.org/whl/cu80/torch-0.2.0.post3-cp27-cp27mu-manylinux1_x86_64.whl
  • 1

注:上述版本为cuda 8.0,python 2.7,torch 0.2.0版本

torchvision安装

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple torchvision
  • 1
# 验证
import torch
import torchvision
print(torch.cuda.is_available())
  • 1
  • 2
  • 3
  • 4
# pytorch版本查看
import torch
print(torch.__version__)
  • 1
  • 2
  • 3
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/很楠不爱3/article/detail/193752
推荐阅读
相关标签
  

闽ICP备14008679号