Reproduce mobilenetxt with tensorflow
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)
If you want to run the demo code for classification, you need to prepare the environment fisrt according to the requirement.
$ pip install -r requirement.txt
$ python run.py