KyanChen's picture
init
f549064
raw
history blame contribute delete
No virus
192 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from .layer_decay_optimizer_constructor import \
LearningRateDecayOptimizerConstructor
__all__ = ['LearningRateDecayOptimizerConstructor']