-
while running main.py
throwing error WGAN not found
-
Is there an implementation of these generative adversarial models?
-
Feature issue/branch for the implementation of the Harris et al WGAN into the benchmark framework.
-
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 …
-
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 ^_^
-
您好,我看到您在文章中所选的对比模型RED-CNN,WGAN-vgg结果也都很优秀,我在这https://github.com/SSinyu/找到了关于上述两个模型的代码,但是我的结果都不太好,SSIM值只有0.85和0.57,我想请教您是使用上述两个模型的公开代码吗?方便分享下代码网址吗?谢谢您!
-
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…