MockingBird/vocoder
flysmart 6a793cea84
Added missing files for Fre-GAN (#579)
* The new vocoder Fre-GAN is now supported

* Improved some fregan details

* Fixed the problem that the existing model could not be loaded to continue training when training GAN

* Updated reference papers

* GAN training now supports DistributedDataParallel (DDP)

* Added requirements.txt

* GAN training uses single card training by default

* Added note about GAN vocoder training with multiple GPUs

* Added missing files for Fre-GAN
2022-05-25 23:29:59 +08:00
..
fregan Added missing files for Fre-GAN (#579) 2022-05-25 23:29:59 +08:00
hifigan GAN training now supports DistributedDataParallel (DDP) (#558) 2022-05-22 16:24:50 +08:00
saved_models/pretrained add pretrained hifigan 2021-09-07 21:50:31 +08:00
wavernn Init ppg extractor and ppg2mel (#375) 2022-03-03 23:38:12 +08:00
LICENSE.txt Init to support Chinese Dataset. 2021-08-07 11:56:00 +08:00
display.py Support tensorboard to trace the training of Synthesizer (#98) 2021-09-25 17:06:51 +08:00
distribution.py Init to support Chinese Dataset. 2021-08-07 11:56:00 +08:00
vocoder_dataset.py Support train hifigan (#83) 2021-09-14 13:31:53 +08:00