TTP / mmseg /engine /schedulers /__init__.py
KyanChen's picture
Upload 1861 files
3b96cb1
raw
history blame
121 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from .poly_ratio_scheduler import PolyLRRatio
__all__ = ['PolyLRRatio']