You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
3 years ago
..
fregan Added missing files for Fre-GAN (#579) 3 years ago
hifigan GAN training now supports DistributedDataParallel (DDP) (#558) 3 years ago
saved_models/pretrained add pretrained hifigan 3 years ago
wavernn Init ppg extractor and ppg2mel (#375) 3 years ago
LICENSE.txt Init to support Chinese Dataset. 4 years ago
display.py Support tensorboard to trace the training of Synthesizer (#98) 3 years ago
distribution.py Init to support Chinese Dataset. 4 years ago
vocoder_dataset.py Support train hifigan (#83) 3 years ago