Windows安裝PyTorch

# -*- coding: utf-8 -*-
# @Time    : 2019/11/26 14:46
# @Author  :

import torch
import torchvision

# pip3 install torchvision==0.2.1
# pip3 install http://download.pytorch.org/whl/cpu/torch-0.4.1-cp37-cp37m-win_amd64.whl
print(torch.version.__version__)

參考:https://blog.csdn.net/weixin_43012220/article/details/83786637

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章