-
while running main.py
throwing error WGAN not found
-
Is there an implementation of these generative adversarial models?
-
hello, I noticed that you add WGAN-GP loss in CycleGAN.
I am wondering that if the generator will oscillating during training using wgan loss or wgan-gp loss instead of lsgan loss because the wgan …
-
Feature issue/branch for the implementation of the Harris et al WGAN into the benchmark framework.
-
Hi, I'm trying to apply spectral normalization to wasserstein gans. I've failed to make it work in my project so tried your repository to get more intuition of how to train them. However I had no trai…
-
Hi,
Thanks for your contribution, in the paper, author used WGAN-GP as the critic function, but you only used WGAN in your codes, I am wondering how to write WGAN-GP with keras and how is the eff…
-
Hi! I can't train my model with your FQ-module based on WGAN, gradient explosion suffered, Can you train FQGAN based on WGAN?thank you very much ^_^
-
I'm using the pix2pix for a project I'm working on https://github.com/tcsai/tcsai.github.io .
I have implemented the WGAN independently of you, but then I've found your implementation,
which seemed …
-
I would like to modify the critic of the Network with the purpose of not only working as a discriminator but also as an auxiliar classifier. Therefore, I would like the last layer of the critic to out…
-
![loss_63000](https://user-images.githubusercontent.com/29854383/57217261-b6d42200-7024-11e9-8d80-c185797a50e4.png)
Why the value of G_loss is increasing?
thank U.