File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 2323 FastSpeech2Config ,
2424 MelGANGeneratorConfig ,
2525 MultiBandMelGANGeneratorConfig ,
26+ HifiGANGeneratorConfig ,
2627 Tacotron2Config ,
2728 ParallelWaveGANGeneratorConfig ,
2829)
3334 ("fastspeech2" , FastSpeech2Config ),
3435 ("multiband_melgan_generator" , MultiBandMelGANGeneratorConfig ),
3536 ("melgan_generator" , MelGANGeneratorConfig ),
37+ ("hifigan_generator" , HifiGANGeneratorConfig ),
3638 ("tacotron2" , Tacotron2Config ),
3739 ("parallel_wavegan_generator" , ParallelWaveGANGeneratorConfig )
3840 ]
Original file line number Diff line number Diff line change 2323 FastSpeech2Config ,
2424 MelGANGeneratorConfig ,
2525 MultiBandMelGANGeneratorConfig ,
26+ HifiGANGeneratorConfig ,
2627 Tacotron2Config ,
2728 ParallelWaveGANGeneratorConfig ,
2829)
3233 TFFastSpeech2 ,
3334 TFMelGANGenerator ,
3435 TFMBMelGANGenerator ,
36+ TFHifiGANGenerator ,
3537 TFTacotron2 ,
3638 TFParallelWaveGANGenerator ,
3739)
3840
3941
4042TF_MODEL_MAPPING = OrderedDict (
4143 [
42- (FastSpeechConfig , TFFastSpeech ),
4344 (FastSpeech2Config , TFFastSpeech2 ),
45+ (FastSpeechConfig , TFFastSpeech ),
4446 (MultiBandMelGANGeneratorConfig , TFMBMelGANGenerator ),
4547 (MelGANGeneratorConfig , TFMelGANGenerator ),
4648 (Tacotron2Config , TFTacotron2 ),
49+ (HifiGANGeneratorConfig , TFHifiGANGenerator ),
4750 (ParallelWaveGANGeneratorConfig , TFParallelWaveGANGenerator )
4851 ]
4952)
You can’t perform that action at this time.
0 commit comments