Skip to content

Cloned from chrisdonahue/wavegan, try to learn GAN synthesize.

License

Notifications You must be signed in to change notification settings

shun60s/wavegan-clone

Repository files navigation

wavegan clone

This is cloned from chrisdonahue/wavegan to learn GAN synthesize.

experiment 1

This is an expermental script to test original wavegan on google colaboratory.
wavegan_colab_practice1_sc09.ipynb

Following is 6 hours train result using sc09 (digits speech).
D-loss G-loss (until 3k)
D-loss G-loss

There are generated wave samples in model.ckp-2995-generated-wave-sample folder.
Their sound quality is sill low, due to train time is short.

experiment 2

This is a conditional wavegan, by adding condition to original wavegan using drum wave as label into wav 2nd channel.

Following script is to test this conditional wavegan.
conditional_wavegan_colab_practice2_drum.ipynb

There are generated drum samples in model.ckpt-4532-generated-drum-sample folder.
This conditional result is still dissatisfaction. This condtion is probably not enough too sharp to discrimate.

License

Regarding to original wavegan license, please see LICENSE-wavegan.txt.
MIT

About

Cloned from chrisdonahue/wavegan, try to learn GAN synthesize.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published