安装cuda10.1对应的pytorch
1.直接pip installtorch==1.7.0+cu101 torchvision==0.8.1+cu101 torchaudio===0.7.0报错如下:解决方案如下:pip install torch==1.7.0+cu101 torchvision==0.8.1+cu101 torchaudio===0.7.0 -f https://download.pytorch.org/whl/
·
1.直接pip install torch==1.7.0+cu101 torchvision==0.8.1+cu101 torchaudio===0.7.0报错如下:
解决方案如下:
pip install torch==1.7.0+cu101 torchvision==0.8.1+cu101 torchaudio===0.7.0 -f https://download.pytorch.org/whl/torch_stable.html
更多推荐
已为社区贡献1条内容
所有评论(0)