fix for init glow-tts

This commit is contained in:
erogol
2021-01-06 13:19:40 +01:00
parent f81af4eb0d
commit 973754d893
+1 -1
View File
@@ -106,7 +106,7 @@ def setup_model(num_chars, num_speakers, c, speaker_embedding_dim=None):
hidden_channels=192,
filter_channels=768,
filter_channels_dp=256,
out_channels=80,
out_channels=c.audio['num_mels'],
kernel_size=3,
num_heads=2,
num_layers_enc=6,