-
Notifications
You must be signed in to change notification settings - Fork 33
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
Great work! How to make PPG features? #1
Comments
Thanks for your attention. |
@hhguo Thanks for your reply! Can you add more details regarding PPG features? What kind of ASR tool did you use and what hidden vectors are you talking about? |
It really depends on your ASR model. Usually, we adopt the bottleneck features in the ASR model or the output of the softmax layer. You need to compare them, and find the most generalized / robust one as the PPG feature. |
@hhguo Can I ask which ASR model did you exploit? Isn't it from Kaldi? |
@hhguo If possible, could you show us a step-to-step example how to train from scratch using a tiny portion from an existing dataset? No need for it to sound good, just for verifying whether the code works or not, that would be of immense help to understand how it works. Thank you. |
Due to the un-public data, I didn't upload the detailed example. When I get available resources, I will provide it in the next version. |
@hhguo |
Great work! How to make PPG features? Speaker embedding? F0 features?
The text was updated successfully, but these errors were encountered: