mirror of
https://github.com/open-mmlab/mmclassification.git
synced 2025-06-03 21:53:55 +08:00
5 lines
109 B
Python
5 lines
109 B
Python
from .cls_head import ClsHead
|
|
from .linear_head import LinearClsHead
|
|
|
|
__all__ = ['ClsHead', 'LinearClsHead']
|