-
An error occurred while running trainslation.py
![Uploading 1721626799107.png…]()
-
Hello! I've found a performance issue in your project: `batch()` should be called before `map()`, which could make your program more efficient. Here is [the tensorflow document](https://tensorflow.goo…
-
This issue is for documentation of Trevor's work to develop the outer GAN. I suggest that we make smaller issues for code modifications that we want in the main repo (like Trevor's updates to the inne…
-
Hi,
I see you have a detailed tutorial on running your method on all tabular data. But may I know how to run dp-gan and dp-cgan on tabular data mentioned in your paper? Thank you!
-
-
-
When I run your CGAN program ,the following error message has occured:
D:\ProgramData\Anaconda3\python.exe I:/gupaocode/pytorch-generative-model-collections-master/main.py --dataset mnist --gan_type…
-
Hi! I read your paper ,and I saw a lot of cgan only use the y(condition) in the begining, but I see "conditional image generation task" in this paper, it use a lot of y into the resblock.
Why?
Than…
-
In keras the label is the real label, but in pytorch it is the random label.
Tenyn updated
3 years ago
-
Are you planning to add the conditional batch normalization and projection discriminator similar to cGANs with Projection Discriminator (https://arxiv.org/abs/1802.05637)?