You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the intersperse_blank_char method of TTSTokenizer class, char_to_use incorrectly uses self.characters.pad instead of self.characters.pad_id when use_blank_char is False.
This issue is being tracked but not fixed immediately to maintain alignment with coqui-TTS upstream code.
In the
intersperse_blank_char
method ofTTSTokenizer
class,char_to_use
incorrectly usesself.characters.pad
instead ofself.characters.pad_id
whenuse_blank_char
isFalse
.This issue is being tracked but not fixed immediately to maintain alignment with coqui-TTS upstream code.
Current code:
Expected code:
Originally discovered in: //pull/10#discussion_r1921417115
The text was updated successfully, but these errors were encountered: