This commit is contained in:
Eren Golge 2019-08-22 00:36:17 +02:00
parent ff01490e48
commit 549dbba128
1 changed files with 0 additions and 1 deletions

View File

@ -145,7 +145,6 @@ class Synthesizer(object):
print(sen)
seq = np.array(self.input_adapter(sen))
if self.use_phonemes:
text_hat = sequence_to_phoneme(seq)
print(text_hat)