[Feature]: Add sampler seed hook (#64)
* [Feature]: Add sampler seed hook * [Fix]: Add call with to UT
Showing
- docs/zh_cn/tutorials/evaluator.md 1 addition, 1 deletiondocs/zh_cn/tutorials/evaluator.md
- docs/zh_cn/tutorials/logging.md 1 addition, 1 deletiondocs/zh_cn/tutorials/logging.md
- mmengine/hooks/__init__.py 2 additions, 1 deletionmmengine/hooks/__init__.py
- mmengine/hooks/sampler_seed_hook.py 29 additions, 0 deletionsmmengine/hooks/sampler_seed_hook.py
- tests/test_hook/test_sampler_seed_hook.py 28 additions, 0 deletionstests/test_hook/test_sampler_seed_hook.py
mmengine/hooks/sampler_seed_hook.py
0 → 100644
tests/test_hook/test_sampler_seed_hook.py
0 → 100644
Please register or sign in to comment