标签:失败 优先级 去掉 cuda code 并且 原因 ORC uda
如果你使用
conda install pytorch=1.3.0 torchvision cudatoolkit=10.0 -c pytorch
来安装pytorch,并且添加了清华镜像源,但还是由于网络原因下载失败,你只需要把-c pytorch
去掉:
conda install pytorch=1.3.0 torchvision cudatoolkit=10.0
这是因为-c
参数指明了下载pytorch的通道,优先级比清华镜像更高。
标签:失败 优先级 去掉 cuda code 并且 原因 ORC uda
原文地址:https://www.cnblogs.com/hf19950918/p/13040934.html