├── .gitattributes ├── ImagenetDataloader.py ├── Main.py ├── MnasNet.py ├── README.md ├── detection_dataloader.py └── paper └── MnasNet.pdf /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZHANG-SHI-CHANG/MnasNet-Tensorflow/HEAD/.gitattributes -------------------------------------------------------------------------------- /ImagenetDataloader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZHANG-SHI-CHANG/MnasNet-Tensorflow/HEAD/ImagenetDataloader.py -------------------------------------------------------------------------------- /Main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZHANG-SHI-CHANG/MnasNet-Tensorflow/HEAD/Main.py -------------------------------------------------------------------------------- /MnasNet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZHANG-SHI-CHANG/MnasNet-Tensorflow/HEAD/MnasNet.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZHANG-SHI-CHANG/MnasNet-Tensorflow/HEAD/README.md -------------------------------------------------------------------------------- /detection_dataloader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZHANG-SHI-CHANG/MnasNet-Tensorflow/HEAD/detection_dataloader.py -------------------------------------------------------------------------------- /paper/MnasNet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZHANG-SHI-CHANG/MnasNet-Tensorflow/HEAD/paper/MnasNet.pdf --------------------------------------------------------------------------------