mmengine/docs/en/api
Hakjin Lee b3430e4257
[Feature] Support EarlyStoppingHook ()
* [Feature] EarlyStoppingHook

* delete redundant line

* Assert stop_training and rename tests

* Fix UT

* rename `metric` to `monitor`

* Fix UT

* Fix UT

* edit docstring on patience

* Draft for new code

* fix ut

* add test case

* add test case

* fix ut

* Apply suggestions from code review

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

* Apply suggestions from code review

Co-authored-by: Mashiro <57566630+HAOCHENYE@users.noreply.github.com>

* Append hook

* Append hook

* Apply suggestions

* Update suggestions

* Update mmengine/hooks/__init__.py

* fix min_delta

* Apply suggestions from code review

* lint

* Apply suggestions from code review

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

* delete save_last

* infer rule more robust

* refine unit test

* Update mmengine/hooks/early_stopping_hook.py

---------

Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
Co-authored-by: Mashiro <57566630+HAOCHENYE@users.noreply.github.com>
Co-authored-by: zhouzaida <zhouzaida@163.com>
Co-authored-by: HAOCHENYE <21724054@zju.edu.cn>
2023-03-06 13:18:42 +08:00
..
analysis.rst [Feature] Support model complexity computation () 2023-02-20 15:00:28 +08:00
config.rst
dataset.rst
device.rst [Feature] Support engine with NPU backend. () 2022-10-24 11:42:29 +08:00
dist.rst
evaluator.rst
fileio.rst
hooks.rst [Feature] Support EarlyStoppingHook () 2023-03-06 13:18:42 +08:00
hub.rst
infer.rst [Feature] Add BaseInferencer () 2023-01-16 16:01:06 +08:00
logging.rst
model.rst
optim.rst [Feature] Add ApexOptimWrapper () 2023-02-06 15:30:10 +08:00
registry.rst [Feature] Registry supports import modules automatically. () 2022-12-23 15:46:29 +08:00
runner.rst [Docs] Introduce how to set random seed () 2023-02-13 16:14:48 +08:00
structures.rst
utils.dl_utils.rst
utils.rst [Feature] Add a function to mark the deprecated function. () 2022-10-24 14:49:48 +08:00
visualization.rst