GTX1050安装cuda10.2配置pytorch正确指令

官网 Previous PyTorch Versions | PyTorch

安装pytorch1.10.0 

# CUDA 10.2
pip install torch==1.10.0+cu102 torchvision==0.11.0+cu102 torchaudio==0.10.0+cu102 -f https://download.pytorch.org/whl/torch_stable.html

你可能感兴趣的:(pytorch,深度学习,人工智能)