mmclassification/mmcls/engine/optimizers/__init__.py

7 lines
98 B
Python

# Copyright (c) OpenMMLab. All rights reserved.
from .lamb import Lamb
__all__ = [
'Lamb',
]