Skip to content

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

License

Notifications You must be signed in to change notification settings

minkbaek/tf-mobilenet-v2

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%