This website works better with JavaScript.
Home
Explore
Help
Sign In
dan
/
tacotron2
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Browse Source
text/__init__.py: remove stop token
master
rafaelvalle
6 years ago
parent
e314bb4cd0
commit
cdfde985e5
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save