8000 GitHub - G-Wang/melgan: Unofficial PyTorch implementation of MelGAN vocoder (WIP, audio sample at Issue #3)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ melgan Public
forked from seungwonpark/melgan

Unofficial PyTorch implementation of MelGAN vocoder (WIP, audio sample at Issue #3)

License

Notifications You must be signed in to change notification settings

G-Wang/melgan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MelGAN

Unofficial PyTorch implementation of MelGAN vocoder (training in progress)

Prerequisites

Tested on Python 3.6

pip install -r requirements.txt

Prepare Dataset

  • Download dataset for training. This can be any wav files with sample rate 22050Hz. (i.e. LJSpeech was used in paper)
  • preprocess: python preprocess.py -c config/default.yaml -d [data's root path]
  • Edit configuration yaml file

Train & Tensorboard

  • python trainer.py -c [config yaml file] -n [name of the run]
  • tensorboard --logdir logs/

Inference

coming soon

Results

coming soon

Implementation Authors

License

BSD 3-Clause License.

Useful resources

About

Unofficial PyTorch implementation of MelGAN vocoder (WIP, audio sample at Issue #3)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0