mirror of
https://github.com/open-mmlab/mmclassification.git
synced 2025-06-03 11:39:16 +08:00
* 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>
4 lines
86 B
Python
4 lines
86 B
Python
_base_ = ['../mobileone-s1_8xb128_in1k.py']
|
|
|
|
model = dict(backbone=dict(deploy=True))
|