-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e7aa707
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.
I modified hparams.py and symbols.py like above - in order to create an italian synthesizer.pt (I just omitted the ñ and ü symbols in my _characters string)
When I run synthesizer_train.py I get this error:
SyntaxError: (unicode error) 'utf-8' codec can't decode byte 0xe1 in position 3: invalid continuation byte
and the line 11 of symbols.py appears to have been read as
How did you avoid this issue?