mirror of
https://gitcode.com/gh_mirrors/eas/EasyFace.git
synced 2026-05-18 13:17:53 +00:00
6 lines
223 B
Python
6 lines
223 B
Python
# Copyright (c) Alibaba, Inc. and its affiliates.
|
|
from .builder import OPTIMIZERS, build_optimizer
|
|
from .child_tuning_adamw_optimizer import ChildTuningAdamW
|
|
|
|
__all__ = ['OPTIMIZERS', 'build_optimizer', 'ChildTuningAdamW']
|