Files
DCN_custom_op/segmentation/mmcv_custom/__init__.py
Yuwen Xiong 7d59305b5f birth
2024-01-16 00:22:22 +08:00

12 lines
511 B
Python

# --------------------------------------------------------
# DCNv4
# Copyright (c) 2024 OpenGVLab
# Licensed under The MIT License [see LICENSE for details]
# --------------------------------------------------------
# -*- coding: utf-8 -*-
from .custom_layer_decay_optimizer_constructor import CustomLayerDecayOptimizerConstructor
from .layer_decay import LearningRateDecayOptimizerConstructor
from .layer_decay_vit import LayerDecayOptimizerConstructor_vit
__all__ = ['CustomLayerDecayOptimizerConstructor',]