mirror of
https://github.com/open-mmlab/mmpretrain.git
synced 2025-06-03 14:59:18 +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-s2_8xb128_in1k.py']
|
|
|
|
model = dict(backbone=dict(deploy=True))
|