/MobileNet_V2_TensorFlow

pure tensorflow Implemention of MobileNet_V2. provide pretrained model weights in imagenet.

Primary LanguagePython

MobileNet_V2_TensorFlow

This is a pure tensorflow Implemention of MobileNet_V2.You can refer to the code of pytorch official version.

Requirements

Python3
tensorflow1.12

Pre-trained Model

You can download pretrained model weights from BaiduYun Drive. All the weights are converted from torchvision.model.

Reference

[1] arXiv:1801.04381
[2] pytorch official code and pre-trained weights.