ornew / mobilenet

Implementation MobileNet by TensorFlow (without tf.contrib modules)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MobileNet by TensorFlow

Implementation MobileNet(current v2 only) by TensorFlow.

# import mobilenet.v1 as mobilenet_v1 # not implemented it yet
import mobilenet.v2 as mobilenet_v2

This program was implemented with reference to the following papers.

MobileNet v2:

Sandler, Mark, et al. "Inverted Residuals and Linear Bottlenecks: Mobile Networks for Classification, Detection and Segmentation." arXiv preprint arXiv:1801.04381 (2018).

About

Implementation MobileNet by TensorFlow (without tf.contrib modules)

License:MIT License


Languages

Language:Python 100.0%