MockingBird/vocoder/hifigan
flysmart 05f886162c
GAN training now supports DistributedDataParallel (DDP) (#558)
* 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
2022-05-22 16:24:50 +08:00
..
config_16k_.json GAN training now supports DistributedDataParallel (DDP) (#558) 2022-05-22 16:24:50 +08:00
env.py Upgrade to new web service (#529) 2022-05-09 18:44:02 +08:00
inference.py Upgrade to new web service (#529) 2022-05-09 18:44:02 +08:00
meldataset.py Support train hifigan (#83) 2021-09-14 13:31:53 +08:00
models.py Init ppg extractor and ppg2mel (#375) 2022-03-03 23:38:12 +08:00
train.py GAN training now supports DistributedDataParallel (DDP) (#558) 2022-05-22 16:24:50 +08:00
utils.py Solved the problem that the existing model could not be loaded when training the GAN model (#549) 2022-05-13 13:41:03 +08:00