mirror of
https://github.com/wassname/TTS.git
synced 2026-09-11 12:00:24 +08:00
libri tts config, and bug fix
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user