KyanChen's picture
Upload 1861 files
3b96cb1
raw
history blame contribute delete
153 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from .weight_decay_scheduler import CosineAnnealingWeightDecay
__all__ = ['CosineAnnealingWeightDecay']