-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[text]Refactor punc #1215
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
[text]Refactor punc #1215
Conversation
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.
还需要帮我加上两个__init__.py
文件防止打包问题:
paddlespeech/text/exps/__init__.py
paddlespeech/text/exps/ernie_linear/__init__.py
README_cn.md
Outdated
<th> Task </th> | ||
<th> Dataset </th> | ||
<th> Model Type </th> | ||
<th> Link </th> |
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.
表头用中文
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.
done
examples/iwslt2012/punc0/run.sh
Outdated
@@ -1,40 +1,35 @@ | |||
#!/bin/bash | |||
set -e | |||
source path.sh ${ckpt} |
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.
ckpt没有值
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.
done
done |
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.
license 年份
@@ -1,4 +1,4 @@ | |||
# Copyright (c) 2021 PaddlePaddle Authors. All Rights Reserved. | |||
# Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved. |
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.
2021
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.
这个看之后要不要批量替换一下吧
@@ -1,4 +1,4 @@ | |||
# Copyright (c) 2021 PaddlePaddle Authors. All Rights Reserved. | |||
# Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved. |
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.
2021
No description provided.