Logo
Explore Help
Register Sign In
mirrors/mmclassification
1
0
Fork 0
You've already forked mmclassification
mirror of https://github.com/open-mmlab/mmclassification.git synced 2025-06-03 21:53:55 +08:00
Code Issues Projects Releases Wiki Activity
mmclassification/mmcls/apis/__init__.py

8 lines
242 B
Python
Raw Normal View History

[Docs] Add Copyright information. (#413)
2021-08-17 19:52:42 +08:00
# Copyright (c) OpenMMLab. All rights reserved.
[Feature] Support getting model from the name defined in the model-index file. (#1236) * [Feature] Support getting model from the name defined in the model-index file. * Add unit tests. * Prevent import `timm` if the `TIMMBackbone` is not used. * Fix Windows CI. * Move `init_model` to `mmcls.apis.hub`, and support pass nn.Module to all model components. * Fix requirements * Rename `hub.py` to `model.py` and add unit tests.
2022-12-06 17:00:22 +08:00
from .inference import inference_model
from .model import ModelHub, get_model, init_model, list_models
init commit
2020-05-21 21:21:43 +08:00
[Feature] Support getting model from the name defined in the model-index file. (#1236) * [Feature] Support getting model from the name defined in the model-index file. * Add unit tests. * Prevent import `timm` if the `TIMMBackbone` is not used. * Fix Windows CI. * Move `init_model` to `mmcls.apis.hub`, and support pass nn.Module to all model components. * Fix requirements * Rename `hub.py` to `model.py` and add unit tests.
2022-12-06 17:00:22 +08:00
__all__ = [
'init_model', 'inference_model', 'list_models', 'get_model', 'ModelHub'
]
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 877ms Template: 6ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API