mmclassification/mmcls
Ma Zerun c127c474b9
[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
..
apis [Feature] Support getting model from the name defined in the model-index file. (#1236) 2022-12-06 17:00:22 +08:00
datasets [Refactor] Refactor to use new fileio API in MMEngine. (#1176) 2022-11-21 10:56:35 +08:00
engine [Enhance] Support evaluate on both EMA and non-EMA models. (#1204) 2022-12-05 14:16:12 +08:00
evaluation [Feature] Migrate CSRA head to 1.x. (#1177) 2022-11-21 10:39:16 +08:00
models [Feature] Support getting model from the name defined in the model-index file. (#1236) 2022-12-06 17:00:22 +08:00
structures [Improve] Speed up data preprocessor. (#1064) 2022-10-17 17:08:18 +08:00
utils [Feature] Add Base Retriever and Image2Image Retriever for retrieval tasks. (#1055) 2022-11-02 17:43:56 +08:00
visualization [Refactor] Refactor the data flow. (#989) 2022-08-26 10:40:43 +08:00
__init__.py [Feature] Support getting model from the name defined in the model-index file. (#1236) 2022-12-06 17:00:22 +08:00
registry.py
version.py Bump version to v1.0.0rc3. (#1211) 2022-11-21 18:21:48 +08:00