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
|
stopping_threshold (float, optional): Stop training immediately once
|
||||||
the monitored quantity reaches this threshold. Defaults to None.
|
the monitored quantity reaches this threshold. Defaults to None.
|
||||||
|
|
||||||
Note:
|
Note:
|
||||||
`New in version 0.7.0.`
|
`New in version 0.7.0.`
|
||||||
"""
|
"""
|
||||||
priority = 'LOWEST'
|
priority = 'LOWEST'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue