mirror of
https://github.com/open-mmlab/mmengine.git
synced 2025-06-03 21:54:44 +08:00
7 lines
101 B
Python
7 lines
101 B
Python
|
from mmengine.registry import OPTIMIZERS
|
||
|
|
||
|
|
||
|
@OPTIMIZERS.register_module()
|
||
|
class CustomOptim:
|
||
|
pass
|