liyy201912's picture
Upload folder using huggingface_hub
cc0dd3c
raw
history blame contribute delete
153 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from .weight_decay_scheduler import CosineAnnealingWeightDecay
__all__ = ['CosineAnnealingWeightDecay']