abde0103 / notebooks

code for deep learning courses

Home Page:http://www.dataflowr.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

code for deep learning courses

http://www.dataflowr.com

License:Apache License 2.0


Languages

Language:Jupyter Notebook 98.8%Language:Python 1.2%