Answers for "install pytorch version torch==1.10.2"

8

pytorch install

conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch
Posted by: Guest on November-22-2020
-1

pip install pytorch==1.4.0

pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org torch===0.4.1 torchvision===0.4.2 -f https://download.pytorch.org/whl/torch_stable.html
Posted by: Guest on December-12-2019

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language