mirror of
https://github.com/open-mmlab/mmengine.git
synced 2025-06-03 21:54:44 +08:00
fix typo (#1298)
This commit is contained in:
parent
bbd416a55d
commit
a483dba9d1
@ -1,4 +1,4 @@
|
||||
# 训练一个语义分割模型
|
||||
# 训练语义分割模型
|
||||
|
||||
语义分割的样例大体可以分成四个步骤:
|
||||
|
||||
|
@ -28,8 +28,8 @@ class EarlyStoppingHook(Hook):
|
||||
stopping_threshold (float, optional): Stop training immediately once
|
||||
the monitored quantity reaches this threshold. Defaults to None.
|
||||
|
||||
Note:
|
||||
`New in version 0.7.0.`
|
||||
Note:
|
||||
`New in version 0.7.0.`
|
||||
"""
|
||||
priority = 'LOWEST'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user