mirror of
https://github.com/open-mmlab/mmclassification.git
synced 2025-06-03 21:53:55 +08:00
* [Feature] Add ImageClassificationInferencer. * Update inferencer implementation and add unit tests. * Update documentations. * Update pre-commit hook * Update docs
15 lines
265 B
ReStructuredText
15 lines
265 B
ReStructuredText
.. role:: hidden
|
|
:class: hidden-section
|
|
.. currentmodule:: {{ module }}
|
|
|
|
|
|
{{ name | underline}}
|
|
|
|
.. autoclass:: {{ name }}
|
|
:members:
|
|
:special-members: __call__
|
|
|
|
..
|
|
autogenerated from _templates/callable.rst
|
|
note it does not have :inherited-members:
|