mirror of
https://github.com/open-mmlab/mmengine.git
synced 2025-06-03 18:39:40 +08:00
* tmp commit * refine docstring * minor refine * fix as comment * add tutorial for merge_from_dict * minor refine * minor refine * export md by jupyter * temp add ipnb * refine the docs * remote ipynb * fix as comment * add change _base_.variable * Fix as comment * minor refine * Fix as comment * Fix as comment * minor refine
3 lines
94 B
Python
3 lines
94 B
Python
model = dict(type='CustomModel', in_channels=[1, 2, 3])
|
|
optimizer = dict(type='SGD', lr=0.01)
|