We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e42595a commit 5233bdeCopy full SHA for 5233bde
tensorflow_tts/processor/libritts.py
@@ -114,7 +114,5 @@ def clean_g2p(self, g2p_text: list):
114
"@END"
115
) # TODO try learning without end token and compare results
116
break
117
- data.append("@" + txt) if txt != " " else data.append(
118
- "@SIL"
119
- ) # TODO change it in inference
+ data.append("@" + txt) if txt != " "
120
return data
0 commit comments