mmclassification/configs/mobileone/deploy/mobileone-s1_deploy_8xb128_in1k.py
Ezra-Yu f1d2f50c21
[Feature] Add MobileOne Backbone For MMCls 1.x. (#1030)
* add mobileOne

* add train cfg

* update cfgs

* update URL

* update configs

* update inceptionv3 metafile

* add configs

* fix lint

* update checkpoint urls

* Update configs

* Update README

Co-authored-by: mzr1996 <mzr1996@163.com>
2022-09-16 11:55:10 +08:00

4 lines
86 B
Python

_base_ = ['../mobileone-s1_8xb128_in1k.py']
model = dict(backbone=dict(deploy=True))