Answers for "how to install older version of pytorch"

-1

how to install pytorch 0.4.1

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
0

how to install older version of pytorch

pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org torch===0.4.1 torchvision-0.2.2.post3 -f https://download.pytorch.org/whl/torch_stable.html
Posted by: Guest on January-15-2022

Code answers related to "how to install older version of pytorch"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language