Skip to content

Commit

Permalink
fix typo (#1298)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouzaida committed Aug 8, 2023
1 parent bbd416a commit a483dba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/zh_cn/examples/train_seg.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 训练一个语义分割模型
# 训练语义分割模型

语义分割的样例大体可以分成四个步骤:

Expand Down
4 changes: 2 additions & 2 deletions mmengine/hooks/early_stopping_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit a483dba

Please sign in to comment.