-
Notifications
You must be signed in to change notification settings - Fork 1.9k
update the stage of run.sh and synthesize_e2e.sh, to be clear #4057
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
Conversation
…EAMDE.md修改:补充 stage 参数说明,明确 vocoder 选择逻辑
Thanks for your contribution! |
To perform speech synthesis, modify the command to: | ||
|
||
```bash | ||
./run.sh --stage 3 --stop-stage 3 --gpus 0 --stage 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.
能这么跑吗?
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.
之前理解错了,已修改
@zxcd pls review |
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
PR types
Others
PR changes
Docs
Describe
#4042 参考该PR,修改synthesize_e2e的描述
@zxcd