mmengine/tests/test_hooks
Mashiro 62456217f9
[Feature] Add test time augmentation base model. (#538)
* First commit

* add BaseTestTimeAugModel

* Add unit test

* move loop logic to test_step

* fix ddp test

* rename model to module

* optim __init__

* Fix as comment

* Fix as comment

* make val_step should not be called

* make tta do not inherit base model

* Fix unit test

* Enhance docstring

* Fix as comment

* Fix as comment

* minor refine

* minor refine

* minor refine

* fix unit test

* minor refine

* minor refine

* minor refine

* minor refine

* minor refine

* minor refine

* fix unit test
2022-10-10 14:29:33 +08:00
..
test_checkpoint_hook.py [Refactor] Refactor fileio without breaking back compatibility (#533) 2022-09-26 14:30:40 +08:00
test_ema_hook.py [Feature] Add test time augmentation base model. (#538) 2022-10-10 14:29:33 +08:00
test_empty_cache_hook.py [Refactor] Rename test_hook to test_hooks (#425) 2022-08-15 11:45:07 +08:00
test_hook.py [Refactor] Rename test_hook to test_hooks (#425) 2022-08-15 11:45:07 +08:00
test_iter_timer_hook.py [Refactor] Rename test_hook to test_hooks (#425) 2022-08-15 11:45:07 +08:00
test_logger_hook.py [Refactor] Refactor fileio without breaking back compatibility (#533) 2022-09-26 14:30:40 +08:00
test_naive_visualization_hook.py [Refactor] Refactor code structure (#395) 2022-08-24 19:14:07 +08:00
test_param_scheduler_hook.py [Refactor] Rename test_hook to test_hooks (#425) 2022-08-15 11:45:07 +08:00
test_runtime_info_hook.py [Fix]: fix error and add unit test (#429) 2022-08-17 19:16:00 +08:00
test_sampler_seed_hook.py [Refactor] Rename test_hook to test_hooks (#425) 2022-08-15 11:45:07 +08:00
test_sync_buffers_hook.py [Refactor] Rename test_hook to test_hooks (#425) 2022-08-15 11:45:07 +08:00