Browse Source

text/__init__.py: remove stop token

master
rafaelvalle 6 years ago
parent
commit
cdfde985e5
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      text/__init__.py

+ 0
- 2
text/__init__.py 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

Loading…
Cancel
Save