* add mytrain.py for test * test before layers * test attr in layers * test classifier * delete mytrain.py * add mobilenet_v3.yml * fix ymal * rename model_zoo.yml to model-index.yml * replace imagenet with imagenet-1k |
||
---|---|---|
.. | ||
README.md | ||
metafile.yml | ||
mobilenet_v3_large_imagenet.py | ||
mobilenet_v3_small_cifar.py | ||
mobilenet_v3_small_imagenet.py |
README.md
Searching for MobileNetV3
Introduction
@inproceedings{Howard_2019_ICCV,
author = {Howard, Andrew and Sandler, Mark and Chu, Grace and Chen, Liang-Chieh and Chen, Bo and Tan, Mingxing and Wang, Weijun and Zhu, Yukun and Pang, Ruoming and Vasudevan, Vijay and Le, Quoc V. and Adam, Hartwig},
title = {Searching for MobileNetV3},
booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
month = {October},
year = {2019}
}
Pretrain model
The pre-trained modles are converted from torchvision.
ImageNet
Model | Params(M) | Flops(G) | Top-1 (%) | Top-5 (%) | Download |
---|---|---|---|---|---|
MobileNetV3-Large | 5.48 | 0.23 | 74.04 | 91.34 | model |
MobileNetV3-Small | 2.54 | 0.06 | 67.66 | 87.41 | model |
Results and models
Waiting for adding.