mmpretrain/mmcls/models/tta/__init__.py

5 lines
124 B
Python

# Copyright (c) OpenMMLab. All rights reserved.
from .score_tta import AverageClsScoreTTA
__all__ = ['AverageClsScoreTTA']