/tf-mobilenet-v2

Mobilenet V2(Inverted Residual) Implementation & Trained Weights Using Tensorflow

Primary LanguagePythonMIT LicenseMIT

tf-mobilenet-v2

Mobilenet V2(Inverted Residual) Implementation & Trained Weights Using Tensorflow

Training

$ python3 run.py train --num_gpu=1 --depth_multiplier=1.0 --datadir=... 

Pretrained Models

I trained in a few ways, but I failed to replicate the result from the original paper. (2~4% Accuracy Drop)

But you can use the pretrained weight in tensorflow now : https://github.com/tensorflow/models/tree/master/research/slim#pre-trained-models

References