-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
[Docathon][Fix System Message No.3、9、14、15] #58664
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
@@ -156,13 +156,13 @@ def generate_sample(self, line): | |||
|
|||
Returns: |
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.
Returns:
Returns the data processed by the user.
The data format is list or tuple:[(name, [feasign, ...]), ...]
or ((name, [feasign, ...]), ...)
or ((name, [feasign, ...]), ...) | ||
The data format is list or tuple: | ||
[(name, [feasign, ...]), ...] | ||
or ((name, [feasign, ...]), ...) | ||
|
||
For example: |
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.
For example:
[("words", [1926, 08, 17]), ("label", [1])]
or (("words", [1926, 08, 17]), ("label", [1]))
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.
d9dc843
to
96cd216
Compare
@sunzhongkai588 孙老师帮我看看? |
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.
LGTM~很棒
需要通过Codestyle-Check流水线 |
老师那个报错我看不懂。。。 https://xly.bce.baidu.com/paddlepaddle/paddle/newipipe/detail/9486008/job/24370971 |
|
谢谢o老师 :-) ,我找个时间改一下 |
Sorry to inform you that 96cd216's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
子任务25已经在下面PR中合入了,本PR可以将对应的修改去掉: |
4f397a1
to
ac8d0cb
Compare
ac8d0cb
to
9ff3e93
Compare
@luotao1 @sunzhongkai588 |
7ba49b3
to
42cf185
Compare
我自己测试了下,花了69秒。以防万一设置成 |
8ef2a26
to
ea2664a
Compare
PR types
Bug fixes
PR changes
Docs
Description
Docathon 英文文档格式修复#58237, 任务3、9、14、15