-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Develop fastspeech pipeline #4479
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
base: develop
Are you sure you want to change the base?
Develop fastspeech pipeline #4479
Conversation
Thanks for your contribution! |
dd5d5ec
to
4a9a26f
Compare
|
||
在上述 Python 脚本中,执行了如下几个步骤: | ||
|
||
(1)通过 `create_pipeline()` 实例化 text_to_speech 产线对象:具体参数说明如下: |
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.
这个表格格式不太对
@@ -0,0 +1,27 @@ | |||
# Copyright (c) 2024 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.
25?
**kwargs: Additional keyword arguments that can be passed to the function. | ||
|
||
Returns: | ||
WhisperResult: The predicted whisper results, support str and json output. |
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.
whisper?
No description provided.