项目作者: ornew

项目描述 :
Implementation MobileNet by TensorFlow (without tf.contrib modules)
高级语言: Python
项目地址: git://github.com/ornew/mobilenet.git
创建时间: 2018-04-23T11:31:27Z
项目社区:https://github.com/ornew/mobilenet

开源协议:MIT License

下载


MobileNet by TensorFlow

Implementation MobileNet(current v2 only) by TensorFlow.

  1. # import mobilenet.v1 as mobilenet_v1 # not implemented it yet
  2. 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).