Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ask for help about GAN use conv #45

Open
Liujingxiu23 opened this issue Jul 24, 2020 · 0 comments
Open

Ask for help about GAN use conv #45

Liujingxiu23 opened this issue Jul 24, 2020 · 0 comments

Comments

@Liujingxiu23
Copy link

Liujingxiu23 commented Jul 24, 2020

Does anyone use gan with conv?

In the paper "Generative adversarial network-based postfilter for statistical parametric speech synthesis", they use the following net structure:
捕获
I add this stucture in gantts, however, the training of gan_d_warmup always fails. the loss of trainning is reduced but the loss of testting shaked, the gan model tends to judge every sample (no matter real or fake) just as real.
My code reference https://github.com/bajibabu/postfilt_gan/blob/master/models.py .
I use crop=58, and split the feat frames to [0, 58] [ 58, 2*58] ....[(n-1)58, n58]... and do discriminator to every fragment.

Doest any one tried conv gan, how is the performance?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant