84
edits
Changes
→Installing PyTorch
== Installing PyTorch ==
The following instructions are guidelines directed at installing the PyTorch framework for Ubuntu Linux, Mac OS, and Windows
using the Python Package Manager.
1. Ubuntu Linux:
pip install torchvision
2. Mac OS:
pip install torch torchvision torchaudio
3. Windows:
pip install torch===1.7.0 torchvision===0.8.1 torchaudio===0.7.0 -f https://download.pytorch.org/whl/torch_stable.html