mirror of
https://github.com/open-mmlab/mmengine.git
synced 2025-06-03 21:54:44 +08:00
3 lines
110 B
Python
3 lines
110 B
Python
|
custom_imports = dict(imports=['my_module'], allow_failed_imports=False)
|
||
|
optimizer = dict(type='CustomOptim')
|