Skip to content

Files

Latest commit

0d81b78 · Mar 22, 2017

History

History
12 lines (11 loc) · 348 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 348 Bytes

Installation

virtualenv venv
source venv/bin/activate
# Install appropriate PyTorch package for your distro from pytorch.org
pip install http://download.pytorch.org/whl/torch-0.1.10.post1-cp36-cp36m-macosx_10_7_x86_64.whl
pip install -r requirements.txt
jupyter nbextension enable --py widgetsnbextension
jupyter notebook