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)
> python train.py --dogdir=/path/to/dogs
Logs will be saved by default in /tmp/mobilenet
See train.py
for more flags.