mirror of
https://github.com/wassname/TTS.git
synced 2026-09-10 11:50:20 +08:00
Changesat windowing and some comments
This commit is contained in:
@@ -252,12 +252,14 @@ def setup_model(num_chars, c):
|
||||
model = MyModel(
|
||||
num_chars=num_chars,
|
||||
r=c.r,
|
||||
attn_win=c.windowing,
|
||||
attn_norm=c.attention_norm,
|
||||
memory_size=c.memory_size)
|
||||
elif c.model.lower() == "tacotron2":
|
||||
model = MyModel(
|
||||
num_chars=num_chars,
|
||||
r=c.r,
|
||||
attn_win=c.windowing,
|
||||
attn_norm=c.attention_norm,
|
||||
prenet_type=c.prenet_type,
|
||||
forward_attn=c.use_forward_attn,
|
||||
|
||||
Reference in New Issue
Block a user