We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e22856c commit c48adc1Copy full SHA for c48adc1
1 file changed
ignite/handlers/early_stopping.py
@@ -65,6 +65,9 @@ def score_function(engine):
65
.. versionchanged:: 0.6.0
66
Added ``mode`` parameter to support minimization in addition to maximization.
67
Added ``threshold_mode`` parameter to support both absolute and relative improvements.
68
+ Renamed ``min_delta`` to ``threshold``.
69
+ Renamed ``min_delta_mode`` to ``threshold_mode``.
70
+ Renamed ``cumulative_delta`` to ``cumulative``.
71
"""
72
73
_state_dict_all_req_keys = (
0 commit comments