birth
This commit is contained in:
9
detection/mmcv_custom/__init__.py
Normal file
9
detection/mmcv_custom/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
# --------------------------------------------------------
|
||||
# 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
|
||||
__all__ = ['CustomLayerDecayOptimizerConstructor']
|
||||
Reference in New Issue
Block a user