File size: 126 Bytes
6ed4a9c | 1 2 3 4 5 | # Copyright (c) OpenMMLab. All rights reserved.
from .hub import get_config, get_model
__all__ = ['get_config', 'get_model']
|
6ed4a9c | 1 2 3 4 5 | # Copyright (c) OpenMMLab. All rights reserved.
from .hub import get_config, get_model
__all__ = ['get_config', 'get_model']
|