Pytorch下安装torch和torchvision的对应版本

pip install torch===1.12.1 torchvision===0.13.1 torchaudio===0.12.1 -f https://download.pytorch.org/whl/torch_stable.h
tml

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