使用国内源来安装pytorch速度很快
摘要:
一、找到合适的安装方式 pytorch官网:https://pytorch.org/ 二、安装命令 # 豆瓣源 pip install torch torchvision torchaudio -i https://pypi.douban.com/simple # 其它源 pip install t 阅读全文
posted @ 2021-01-09 21:22 星河赵 阅读(7862) 评论(0) 推荐(2) 编辑