Open main menu

CDOT Wiki β

Changes

DPS921/PyTorch: Convolutional Neural Networks

400 bytes added, 12:34, 29 November 2020
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