├── MobileNetV2.py ├── MobileNetV2_From_Caffe.pth ├── README.md └── my_eval.py /MobileNetV2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/suzhenghang/MobileNetV2_Pytorch/HEAD/MobileNetV2.py -------------------------------------------------------------------------------- /MobileNetV2_From_Caffe.pth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/suzhenghang/MobileNetV2_Pytorch/HEAD/MobileNetV2_From_Caffe.pth -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/suzhenghang/MobileNetV2_Pytorch/HEAD/README.md -------------------------------------------------------------------------------- /my_eval.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/suzhenghang/MobileNetV2_Pytorch/HEAD/my_eval.py --------------------------------------------------------------------------------