5 lines
121 B
Python
5 lines
121 B
Python
# Copyright (c) OpenMMLab. All rights reserved.
|
|
from .poly_ratio_scheduler import PolyLRRatio
|
|
|
|
__all__ = ['PolyLRRatio']
|