Skip to content

Lurna/MobilenetXT-tensorflow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MobilenetXT-tf

Reproduce mobilenetxt with tensorflow

INTRODUCTION

A non-official Tensorflow-version implementation of MobileNeXt model from paper Rethinking Bottleneck Structure for Efficient Mobile Network Design(https://arxiv.org/pdf/2007.02269.pdf)

The artchitecture of this model is:

RUN

If you want to run the demo code for classification, you need to prepare the enviroment fisrt according to the requirement.

$ pip install -r requirement.txt
$ python run.py

After training of this model, the weight of the model is more larger than mobinetv2. The channels of this network are too large.

About

Reproduce mobilenetxt with tensorflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%