mmengine/tests/test_hooks
Mashiro dbae83c52f
[Enhancement] Replace warnings.warn with print_log (#961)
* Replace warning with print_log

* Add comments for testing warning
2023-03-06 17:25:28 +08:00
..
test_checkpoint_hook.py [Enhancement] Replace warnings.warn with print_log (#961) 2023-03-06 17:25:28 +08:00
test_early_stopping_hook.py [Feature] Support EarlyStoppingHook (#739) 2023-03-06 13:18:42 +08:00
test_ema_hook.py [Refactor] Refactor ema hook (#804) 2023-02-22 00:08:38 +08:00
test_empty_cache_hook.py [Refactor] Refactor unit test of EmptyCacheHook (#805) 2023-02-22 00:08:38 +08:00
test_hook.py [Refactor] Refactor unit test of Base hook (#806) 2023-02-22 00:08:38 +08:00
test_iter_timer_hook.py [Refactor] Use a real runner to test IterTimerHook (#807) 2023-02-22 00:08:38 +08:00
test_logger_hook.py [Enhancement] Replace warnings.warn with print_log (#961) 2023-03-06 17:25:28 +08:00
test_naive_visualization_hook.py
test_param_scheduler_hook.py [Refactor] Refactor unit test of ParamSchedulerHook (#809) 2023-02-22 00:08:38 +08:00
test_prepare_tta_hook.py Make TTAModel compatible with FSDP (#611) 2022-12-27 21:39:43 +08:00
test_profiler_hook.py [Feature] Add NPUProfilerHook to profile performance in Ascend device (#925) 2023-02-21 17:20:40 +08:00
test_runtime_info_hook.py [Refactor] Refactor ema hook (#804) 2023-02-22 00:08:38 +08:00
test_sampler_seed_hook.py [Refactor] Use a real runner to test DistSamplerSeedHook (#812) 2023-02-22 00:08:38 +08:00
test_sync_buffers_hook.py