Skip to content

Commit

Permalink
Update mmengine/hooks/early_stopping_hook.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouzaida committed Mar 6, 2023
1 parent 946a8a4 commit 046d7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmengine/hooks/early_stopping_hook.py
Expand Up @@ -29,7 +29,7 @@ class EarlyStoppingHook(Hook):
the monitored quantity reaches this threshold. Defaults to None.
Note:
`New in version 0.6.0.`
`New in version 0.7.0.`
"""
priority = 'LOWEST'

Expand Down

0 comments on commit 046d7be

Please sign in to comment.