mirror of
https://github.com/open-mmlab/mmpretrain.git
synced 2025-05-25 17:11:24 +08:00
7 lines
98 B
Python
7 lines
98 B
Python
# Copyright (c) OpenMMLab. All rights reserved.
|
|
from .lamb import Lamb
|
|
|
|
__all__ = [
|
|
'Lamb',
|
|
]
|