We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27004f4 commit 0763d1eCopy full SHA for 0763d1e
tensorflow_tts/inference/auto_config.py
@@ -30,8 +30,8 @@
30
[
31
("fastspeech", FastSpeechConfig),
32
("fastspeech2", FastSpeech2Config),
33
- ("melgan_generator", MelGANGeneratorConfig),
34
("multiband_melgan_generator", MultiBandMelGANGeneratorConfig),
+ ("melgan_generator", MelGANGeneratorConfig),
35
("tacotron2", Tacotron2Config)
36
]
37
)
0 commit comments