Ma Zerun fd0f5cce92
[Docs] Add model-pages in Model Zoo (#480)
* Add model-pages

* Add shortname in configs

* Use link directly instead of `switch_language.md`

* Auto collapse model-zoo pages.

* Fix link in RegVGG

* Add link replace

* fix lint
2021-10-14 15:26:47 +08:00
..
2021-07-01 20:50:42 +08:00

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.