mirror of
https://github.com/open-mmlab/mmengine.git
synced 2025-06-03 21:54:44 +08:00
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)
|