mmpretrain/mmcls/utils/__init__.py

6 lines
167 B
Python

# Copyright (c) OpenMMLab. All rights reserved.
from .collect_env import collect_env
from .logger import get_root_logger
__all__ = ['collect_env', 'get_root_logger']