From cdfde985e5db6c8b92405890880301b5e1f9fe24 Mon Sep 17 00:00:00 2001 From: rafaelvalle Date: Sun, 25 Nov 2018 22:34:11 -0800 Subject: [PATCH] text/__init__.py: remove stop token --- text/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/text/__init__.py b/text/__init__.py index 2720c55..02ecf0e 100644 --- a/text/__init__.py +++ b/text/__init__.py @@ -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