/FastaiWorkshop

Workshop for fast.ai February 2/23/2020

Primary LanguageJupyter Notebook

Fastai Workshop

This workshop covers part of Fastai course v3. Since this workshop only covers about an hour in a half of material, working through this course will give a deeper understanding of neural networks and deep learning.

Installation

Cloud

On System

Docker

For jupyter

  • docker build -f cuda.Dockerfile -t fastai-interpreter . && docker run -p 8888:8888 -v $(pwd):/home/fastai_user/ --ipc=host --runtime=nvidia fastai-interpreter jt -t grade3 -cellw=90% -fs=20 -tfs=20 -ofs=20