mirror of
https://github.com/open-mmlab/mmpretrain.git
synced 2025-06-03 14:59:18 +08:00
* add switch hook and UTs * update doc * update doc * fix lint * fix ci * fix ci * fix typo * fix ci * update configs names * update configs * update configs * update links * update readme * update vis_scheduler * update metafile * update configs * rebase * fix ci * rebase
4 lines
85 B
Python
4 lines
85 B
Python
_base_ = ['../mobileone-s0_8xb32_in1k.py']
|
|
|
|
model = dict(backbone=dict(deploy=True))
|