mmcv
mmcv copied to clipboard
"from mmcv.utils import collect_env" to support get MLU env info
Describe the feature
MMCV support MLU backend, we support check MLU env info by "from mmcv.utils import collect_env"
Motivation
It is inconvenient to get MLU env info when running on MLU devices, we should support to get MLU env info by "from mmcv.utils import collect_env"
Related resources
Additional context