-
Notifications
You must be signed in to change notification settings - Fork 8.8k
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
decoding error in preprocessing synthesizer #439
Comments
Can you try it with the |
Try making this modification:
|
@amintavakol Did you resolve the issue? |
Yes, that fixes the issue.
keeps the preprocessing running for the non-problematic files. |
I am having the same issue but appearing in
But now I have this much samples in the training dataset and I am not sure it is correct: |
@shoegazerstella My processed Can you print the exception? |
|
Does it help if you change line 13 synthesizer_dataset.py to:
I think your system locale causes files to be saved as utf-8 by default so certain characters are out of range when loading them as ascii. |
You are right, now I see: I should also mention this log from the preprocessing:
So this seems to be in line with it! |
@shoegazerstella If restricting the max mel frames length to 500, I have 76,153 samples. (The other number is using the default of 900) So everything seems to be working well now! |
I get the following error while running
synthesizer_preprocess_audio.py
.Can anyone help? It can save a lot of time for me.
Thanks.
The text was updated successfully, but these errors were encountered: