pull/909/merge
Zaida Zhou 2023-08-08 10:49:13 +08:00 committed by GitHub
parent bbd416a55d
commit a483dba9d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# 训练一个语义分割模型
# 训练语义分割模型
语义分割的样例大体可以分成四个步骤:

View File

@ -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'