text/__init__.py: remove stop token

clean_slate
rafaelvalle 2018-11-25 22:34:11 -08:00
parent e314bb4cd0
commit cdfde985e5
1 changed files with 0 additions and 2 deletions

View File

@ -37,8 +37,6 @@ def text_to_sequence(text, cleaner_names):
sequence += _arpabet_to_sequence(m.group(2))
text = m.group(3)
# Append EOS token
sequence.append(_symbol_to_id['~'])
return sequence