显卡 1050Ti pytorch 安装
Posted 刘润森!
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了显卡 1050Ti pytorch 安装相关的知识,希望对你有一定的参考价值。
显卡 1050Ti 配置的是cuda 10.1
cuda 安装教程查看 https://blog.csdn.net/weixin_43735353/article/details/107412849
不能安装torch 官网最新 的版本 ,需要安装适合 cuda 10的版本
pip install torch==1.8.1+cu101 torchvision==0.9.1+cu101 torchaudio==0.8.1 -f https://download.pytorch.org/whl/torch_stable.html
这几篇安装过程非常有用
https://blog.csdn.net/weixin_42028879/article/details/89363933
以上是关于显卡 1050Ti pytorch 安装的主要内容,如果未能解决你的问题,请参考以下文章