fix for init glow-tts

This commit is contained in:
erogol 2020-12-21 10:23:23 +01:00
parent f81af4eb0d
commit 973754d893
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ def setup_model(num_chars, num_speakers, c, speaker_embedding_dim=None):
hidden_channels=192, hidden_channels=192,
filter_channels=768, filter_channels=768,
filter_channels_dp=256, filter_channels_dp=256,
out_channels=80, out_channels=c.audio['num_mels'],
kernel_size=3, kernel_size=3,
num_heads=2, num_heads=2,
num_layers_enc=6, num_layers_enc=6,