/sonnet-mobilenet

Tensorflow/Sonnet implementation of a basic Mobilenet

Primary LanguagePython

MobileNet Sonnet

Implementation of Google's MobileNet using Deepmind's Sonnet. Includes a rough script to test it out on Stanford Dogs (or some other dataset of images divided up into folders)

requirements

Sonnet

Tensorflow

basic usage

> python train.py --dogdir=/path/to/dogs

Logs will be saved by default in /tmp/mobilenet

See train.py for more flags.