mirror of
https://github.com/open-mmlab/mmpretrain.git
synced 2025-06-03 14:59:18 +08:00
* [Refactor] Refactor the rest data transforms and fix some docstring. * Use `mmengine` instead of `mmcv` * Refactor KFold dataset tools * Fix docstring according to comments * [Refactor] Refactor the docs structure. * Rename `getting_started.md` to `get_started.md` * Rename `transforms` to `data_process`
15 lines
247 B
ReStructuredText
15 lines
247 B
ReStructuredText
.. role:: hidden
|
|
:class: hidden-section
|
|
.. currentmodule:: {{ module }}
|
|
|
|
|
|
{{ name | underline}}
|
|
|
|
.. autoclass:: {{ name }}
|
|
:members:
|
|
|
|
|
|
..
|
|
autogenerated from source/_templates/classtemplate.rst
|
|
note it does not have :inherited-members:
|