/dataflowr

code for deep learning courses

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

Dataflowr

Code and notebooks for the deep learning course dataflowr

Content

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