fix typo (#1298)
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…
Reference in New Issue