mirror of
https://github.com/open-mmlab/mmclassification.git
synced 2025-06-03 21:53:55 +08:00
5 lines
180 B
Python
5 lines
180 B
Python
from .backbones import * # noqa: F401,F403
|
|
from .builder import BACKBONES, MODELS, build_backbone, build_model
|
|
|
|
__all__ = ['BACKBONES', 'MODELS', 'build_backbone', 'build_model']
|