# -------------------------------------------------------- | |
# InternImage | |
# Copyright (c) 2022 OpenGVLab | |
# Licensed under The MIT License [see LICENSE for details] | |
# -------------------------------------------------------- | |
# -*- coding: utf-8 -*- | |
from .custom_layer_decay_optimizer_constructor import \ | |
CustomLayerDecayOptimizerConstructor | |
__all__ = ['CustomLayerDecayOptimizerConstructor',] | |