-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix some typos. #5709
Fix some typos. #5709
Conversation
Signed-off-by: Yulv-git <[email protected]>
Signed-off-by: Yulv-git <[email protected]>
Signed-off-by: Yulv-git <[email protected]>
Signed-off-by: Yulv-git <[email protected]>
Thanks for your contribution! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
首先感谢您一次性给我们修了这么多typo!
这里大部分的修改都是很好的,ci不通过也不用介意,唯一的问题是对于markdown文件的提纲的修改,很多地方您改了提纲内容,但是没有改title的内容,会导致提纲的超链接不work
- [1. 二分类/多分类简介](#二分类/多分类简介) | ||
- [2. 快速开始](#快速开始) | ||
- [2.1 运行环境](#运行环境) | ||
- [2.2 代码结构](#代码结构) | ||
- [2.3 数据准备](#数据准备) | ||
- [2.4 模型训练](#模型训练) | ||
- [2.5 模型预测](#模型预测) | ||
- [2.6 模型效果](#模型效果) | ||
- [二分类/多分类任务指南](#二分类多分类任务指南) | ||
- [1. 二分类/多分类简介](#1-二分类多分类简介) | ||
- [2. 快速开始](#2-快速开始) | ||
- [2.1 运行环境](#21-运行环境) | ||
- [2.2 代码结构](#22-代码结构) | ||
- [2.3 数据准备](#23-数据准备) | ||
- [2.4 模型训练](#24-模型训练) | ||
- [2.4.1 预训练模型微调](#241-预训练模型微调) | ||
- [2.4.2 训练评估](#242-训练评估) | ||
- [2.4.3 模型裁剪(可选)](#243-模型裁剪可选) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
您这里修改了提纲内容,但是没有相应修改具体的title,会导致超链接出问题
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
原来如此,谢谢指导。是我这边 markdown 插件会对修过过的且存在目录的 .md 文件自动更新目录,而不是我手动修改对应的目录的。
已修改相关问题文件。
Codecov Report
@@ Coverage Diff @@
## develop #5709 +/- ##
===========================================
+ Coverage 60.30% 61.70% +1.39%
===========================================
Files 486 487 +1
Lines 68968 68285 -683
===========================================
+ Hits 41592 42133 +541
+ Misses 27376 26152 -1224
... and 64 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
十分感谢帮助我们修改文档和注释!
PR types
Others
PR changes
Others
Description
Fix some typos.