KJMAN678 / notebooks

code for deep learning courses

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
# Docker の起動
docker-compose up

# jupyter-lab のローカルサーバー上のURL
http://localhost:8888

# jupyter-lab の画面に、ターミナルのログに出力されるトークンを貼ってログイン

About

code for deep learning courses

http://www.dataflowr.com

License:Apache License 2.0


Languages

Language:Jupyter Notebook 99.8%Language:Python 0.2%Language:Dockerfile 0.0%