This is a Tensorflow implementation of Google's MobileNetv2. MobileNet is a general architecture and can be used for multiple use cases. Depending on the use case, it can use different input layer size and different head (for example: embeddings, localization and classification). for details, please reference the following paper:
The difference between residual block and inverted residual:
MobileNetv2 Neural Network:
Bottleneck Architectures:
- python >= 2.7
- tensorflow >= r1.2
See LICENSE for details.