mmpretrain/mmcls/engine/optimizers/__init__.py

6 lines
124 B
Python

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