-
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
_clean_text is returning invalid symbol #9
Comments
Depending on defined cleaners in your conf.yaml phonemizer might bi inserting combining tilde to text converted from characters to phonemes. |
Also, I am debating whether normalizing the mel-spec is even necessary for this project. |
Can you advise how to use a different text phonemizer? |
Different as in, what is your use case? |
Im curious how to define a different cleaner in the config |
This file has all the info about adding new cleaners https://github.com/p0p4k/pflowtts_pytorch/blob/master/pflow/text/cleaners.py |
Hi, thanks for sharing this project!
I noticed a small issue when running:
python generate_data_statistics.py -i conf.yaml
Im getting an undefined symbol exception error.
When i added debug info, i found that the function
_clean_text()
is insertingUnicode Decimal Code ̃
I checked my dataset, and
Unicode Decimal Code ̃
is not in the dataset anywhereI added these lines to confirm the issue was coming from
clean_text = _clean_text(text, cleaner_names)
Any help would be appreciated, thanks!
The text was updated successfully, but these errors were encountered: