树莓派4B arm平台aarch64 pip安装pytorch

 比如你要安装torch1.7.1的版本,你执行下面这行命令

pip3 install torch==1.7.1 torchvision==0.8.2 torchaudio==0.7.2 -f https://torch.kmtea.eu/whl/stable-cn.html

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