libri tts config, and bug fix

This commit is contained in:
Eren Golge
2019-07-16 15:17:38 +02:00
parent a953961535
commit aec7f02817
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -275,7 +275,7 @@ def setup_model(num_chars, num_speakers, c):
elif c.model.lower() == "tacotron2":
model = MyModel(
num_chars=num_chars,
num_speakers=c.num_speakers,
num_speakers=num_speakers,
r=c.r,
attn_win=c.windowing,
attn_norm=c.attention_norm,