安装pytorch1.4.0方法
cpu,windows,三步。
·
cpu,windows,三步
1.pip install torch==1.3.1 -f https://download.pytorch.org/whl/torch_stable.html
2.pip install torchvision==0.4.1 -i https://pypi.tuna.tsinghua.edu.cn/simple
3.pip install torch==1.4.0+cpu torchvision==0.5.0+cpu -f https://download.pytorch.org/whl/torch_stable.html -i https://pypi.tuna.tsinghua.edu.cn
更多推荐



所有评论(0)