MockingBird/vocoder/fregan
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
..
.gitignore The new vocoder Fre-GAN is now supported (#546) 2022-05-12 12:27:17 +08:00
config.json GAN training now supports DistributedDataParallel (DDP) (#558) 2022-05-22 16:24:50 +08:00
discriminator.py The new vocoder Fre-GAN is now supported (#546) 2022-05-12 12:27:17 +08:00
dwt.py The new vocoder Fre-GAN is now supported (#546) 2022-05-12 12:27:17 +08:00
generator.py The new vocoder Fre-GAN is now supported (#546) 2022-05-12 12:27:17 +08:00
inference.py The new vocoder Fre-GAN is now supported (#546) 2022-05-12 12:27:17 +08:00
LICENSE The new vocoder Fre-GAN is now supported (#546) 2022-05-12 12:27:17 +08:00
loss.py The new vocoder Fre-GAN is now supported (#546) 2022-05-12 12:27:17 +08:00
meldataset.py The new vocoder Fre-GAN is now supported (#546) 2022-05-12 12:27:17 +08:00
modules.py The new vocoder Fre-GAN is now supported (#546) 2022-05-12 12:27:17 +08:00
stft_loss.py Added missing files for Fre-GAN (#579) 2022-05-25 23:29:59 +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