Skip to content

sirius-ai/MobileNetv2_TF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MobileNetv2_TF

Introduction

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:

Inverted Residuals and Linear Bottlenecks Mobile Networks for Classification, Detection and Segmentation

MobileNetv2 and inverted residual block architectures

The difference between residual block and inverted residual:

residual block and inverted residual

MobileNetv2 Neural Network:

MobileNetv2

Bottleneck Architectures:

residual block architectures

Requirement

  • python >= 2.7
  • tensorflow >= r1.2

References

Copyright

See LICENSE for details.

About

Tensorflow implementation for Google's MobileNetv2

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages