Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 379 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 379 Bytes

notebooks

Code for dataflowr

Archives are available on the archive-2020 branch.

Usage

If you want to run locally:

python3 -m venv dldiy  # If you want to install packages in a virtualenv
source dldiy/bin/activate

pip install -r requirements.txt  # Install PyTorch and others
python -m notebook  # Run notebook environment