mmengine/docs/en/api
Mashiro a9b6753fbe
Make TTAModel compatible with FSDP (#611)
* Add build_runner_with_tta and PrepareTTAHook

* rename hook file

* support build tta runner with runner type

* add unit test

* Add build_runner_with_tta to index.rst

* minor refine

* Add runner test cast

* Fix unit test

* fix unit test

* tmp save

* pop None if key does not exist

* Fix is_model_wrapper and force register class in test_runner

* [Fix] Fix is_model_wrapper

* destroy group after ut

* register module in testcase

* pass through unit test

* fix as comment

* remove breakpoint

* remove mmengine/testing/runner_test_cast.py

* minor refine

* minor refine

* minor refine

* set default data preprocessor for model

* minor refine

* minor refine

Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>

* fix lint

* Fix unit test

* replace  with  in ImgDataPreprocessor

* Fix as comment

* add inference tutorial in advanced tutorial

* update index.rst

* add tta example

* refine tta tutorial

* Add english tutorial

* add note for build_runner_with_tta

* Fix as comment

* add examples

* remove chinese comment

* Update docs/en/advanced_tutorials/test_time_augmentation.md

Co-authored-by: RangiLyu <lyuchqi@gmail.com>

Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
Co-authored-by: RangiLyu <lyuchqi@gmail.com>
2022-12-27 21:39:43 +08:00
..
config.rst [Docs] Make API of docs clearer (#469) 2022-08-30 16:27:20 +08:00
dataset.rst [Docs] Fix API files of en docs (#525) 2022-09-13 14:57:18 +08:00
device.rst [Feature] Support engine with NPU backend. (#572) 2022-10-24 11:42:29 +08:00
dist.rst [Docs] Fix API files of en docs (#525) 2022-09-13 14:57:18 +08:00
evaluator.rst [Docs] Fix API files of en docs (#525) 2022-09-13 14:57:18 +08:00
fileio.rst [Refactor] Refactor fileio without breaking back compatibility (#533) 2022-09-26 14:30:40 +08:00
hooks.rst Make TTAModel compatible with FSDP (#611) 2022-12-27 21:39:43 +08:00
hub.rst [Docs] Fix API files of en docs (#525) 2022-09-13 14:57:18 +08:00
logging.rst [Docs] Fix API files of en docs (#525) 2022-09-13 14:57:18 +08:00
model.rst [Feature] Add test time augmentation base model. (#538) 2022-10-10 14:29:33 +08:00
optim.rst [Feature] Support torch ZeroRedundancyOptimizer (#551) 2022-10-27 20:31:50 +08:00
registry.rst [Feature] Registry supports import modules automatically. (#643) 2022-12-23 15:46:29 +08:00
runner.rst [Docs] Fix API files of en docs (#525) 2022-09-13 14:57:18 +08:00
structures.rst [Docs] Make API of docs clearer (#469) 2022-08-30 16:27:20 +08:00
utils.dl_utils.rst [Docs] Fix API files of en docs (#525) 2022-09-13 14:57:18 +08:00
utils.rst [Feature] Add a function to mark the deprecated function. (#609) 2022-10-24 14:49:48 +08:00
visualization.rst [Docs] Make API of docs clearer (#469) 2022-08-30 16:27:20 +08:00