mirror of
https://github.com/open-mmlab/mmengine.git
synced 2025-06-03 21:54:44 +08:00
4 lines
139 B
Python
4 lines
139 B
Python
|
_base_ = ['optimizer_cfg.py', 'runtime_cfg.py']
|
||
|
model = dict(type='ResNet', depth=50)
|
||
|
optimizer = dict(_delete_=True, type='SGD', lr=0.01)
|