/easy-fine-tune

Jupyter notebook examples of fine-tuning Imagenet models with Keras and Tensorflow

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

Easily build fine-tuned Imagenet models with Keras and Tensorflow

Quick start

Verified on Ubuntu Bionic

Clone repo

$ git clone git@github.com:tleyden/easy-fine-tune.git
$ cd easy-fine-tune

Create venv + pip install

$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt

Run jupyter notebook

$ jupyter notebook

Open Notebook

(you will need to provide the token, see the jupyter CLI output)

Notebooks

References