- Ubuntu >= 14.04
- Conda >= 4.5.11
- Ideally Nvidia GPU
- Clone repository
- Create conda environment
cd CNN
conda env create -n offsample-fastai --file fastai-env.yml
conda activate offsample-fastai
- If Jupyter is already installed add a new kernel
python -m ipykernel install --user --name offsample-fastai --display-name "offsample-fastai"
- Otherwise install Jupyter into the environment.
- Start Jupyter and open
train_fastai_on_gs.ipynb
A model pretrained with fastai library is provided on the
release page
under model.fai
name