├── .gitignore ├── LICENSE ├── README.md └── mobilenext.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d-li14/mobilenext.pytorch/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d-li14/mobilenext.pytorch/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # mobilenext.pytorch -------------------------------------------------------------------------------- /mobilenext.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d-li14/mobilenext.pytorch/HEAD/mobilenext.py --------------------------------------------------------------------------------