illidanlab / dpgan

Source code of paper "Differentially Private Generative Adversarial Network"
66 stars 29 forks source link

Some of the code provided does not work #6

Open jcForDream opened 1 year ago

jcForDream commented 1 year ago

Hello. Some of the code provided does not work. (1) There are 5 experiments in the experimental part of the paper, which file is the code of all the experiments? (2)The code I run wgan.py will oscillate strongly after the training times exceed 7500, why? (3) Why do you take only 5000 iterations when running wassertein distance?

Thanks!