pytorch相关 Posted on 2022-01-23 pytorch学习ing… 123# 安装 https://pytorch.org/get-started/locally/# cuda 11.0pip3 install torch==1.10.1+cu113 torchvision==0.11.2+cu113 torchaudio==0.10.1+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html