mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 22:03:48 +08:00
* [Enhance] Unifed InvertedResidual in MobileNetV2 and FastSCNN * [Enhance] Unifed InvertedResidual in MobileNetV2 and FastSCNN
5 lines
119 B
Python
5 lines
119 B
Python
from .collect_env import collect_env
|
|
from .logger import get_root_logger
|
|
|
|
__all__ = ['get_root_logger', 'collect_env']
|