赞
踩
输入 conda create -n 环境名 python=3.8
输入 conda activate 环境名
输入 pip install torch == 1.8.1 torchvision == 0.9.1 -i 镜像源
常见pip镜像源:
清华:https://pypi.tuna.tsinghua.edu.cn/simple/
阿里云:http://mirrors.aliyun.com/pypi/simple/
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
华中理工大学:http://pypi.hustunique.com/
山东理工大学:http://pypi.sdutlinux.org/
豆瓣:http://pypi.douban.com/simple/
安装完成
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。