mmengine/tests/test_hook
Alex Yang dceef1f66f
[Refactor] Refactor `after_val_epoch` to make it output metric by epoch (#278)
* [Refactor]:Refactor `after_val_epoch` to make it output metric by epoch

* add an option for user to choose the way of outputing metric

* rename variable

* reformat docstring

* add type alias

* reformat code

* add test function

* add comment and test code

* add comment and test code
2022-06-21 15:39:59 +08:00
..
test_checkpoint_hook.py [Feature] Support resume from Ceph (#294) 2022-06-17 10:37:19 +08:00
test_ema_hook.py [Feature]: add base model, ddp model wrapper and unit test (#268) 2022-06-07 22:13:53 +08:00
test_empty_cache_hook.py [Refactor] Add batch_idx to hook input. (#140) 2022-03-29 11:40:38 +08:00
test_hook.py [Enhance] Add RuntimeInfoHook to update runtime information. (#254) 2022-05-26 14:35:37 +08:00
test_iter_timer_hook.py [Fix] Fix some bugs in hooks and runner. (#242) 2022-05-20 17:18:24 +08:00
test_logger_hook.py [Refactor] Refactor `after_val_epoch` to make it output metric by epoch (#278) 2022-06-21 15:39:59 +08:00
test_naive_visualization_hook.py refactor visualization (#147) 2022-04-15 15:56:06 +08:00
test_param_scheduler_hook.py [Feature] Support multiple optimizers (#235) 2022-05-31 16:54:39 +08:00
test_runtime_info_hook.py [Fix] fix build train_loop during test (#295) 2022-06-13 21:23:46 +08:00
test_sampler_seed_hook.py [Refactor] Refactor data_batch type and remove cur_dataloader in runner. (#171) 2022-04-08 15:57:10 +08:00
test_sync_buffers_hook.py [Refactor] Add batch_idx to hook input. (#140) 2022-03-29 11:40:38 +08:00