mmpretrain/mmcls/metrics/__init__.py

5 lines
147 B
Python
Raw Normal View History

# Copyright (c) OpenMMLab. All rights reserved.
from .single_label import Accuracy, SingleLabelMetric
__all__ = ['Accuracy', 'SingleLabelMetric']