Skip to content

RahulBhalley/wavegan.pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WaveGAN

WaveGAN is a raw audio generation network.

You only need to modify a simple config.py file to train and sample the network and do more.

Note

This implementation uses:

  • GAN-QP training method instead of WGAN-GP