This is a TensorFlow implementation of MobileNetV2: Inverted Residuals and Linear Bottlenecks.
main.py
is an example training script using eager execution.
main_estimator.py
is using estimator API.
MobileNetV2 written in tensorflow, training with eager mode and estimator API
Python
This is a TensorFlow implementation of MobileNetV2: Inverted Residuals and Linear Bottlenecks.
main.py
is an example training script using eager execution.
main_estimator.py
is using estimator API.