-
-
Could you please confirm whether the generator used for the white-box attack on the surrogate model is the original generator from T-ACGAN, or was a new generator retrained?
-
### Have you completed your first issue?
- [X] I have completed my first issue
### Guidelines
- [X] I have read the guidelines
- [ ] I have the link to my latest merged PR
### Latest Merged PR Lin…
-
大哥,ACGAN里面那个模型该怎么才能保存下来?我是这样写的,
`acgan = ACGAN(train_x, train_y)
acgan.train(epochs=3, batch_size=64, sample_interval=200)
acgan.save_model()`
当程序运行到保存那一行程序直接崩溃了,不知道怎么才能把模型保存下来,并且能够加载出来。求指教
-
Thanks for your contribution!
A problem occurs when I am training ACGAN without tuning any parameters which is shown as follows:
As the training process goes on, the loss of D is declining, but the …
-
(1)Model trained with mnist dataset. For the generated 1000 images,the classification accuracy is 100% for discriminator. For mnist test images, the classification accuracy is 99% for discriminator. G…
-
# Get labels ranging from 0 to n_classes for n rows
labels = np.array([num for _ in range(n_row) for num in range(n_row)])
One of the n_row in this line should be n_classes?
-
The picture in Readme contains conditional gan, semi-supervised gan, info gan and acgan. But it seems that the paper of acgan does not have this picture. So which paper contains this picture?
qz011 updated
5 years ago
-
Hello @yashkarbhari,
I tried to generate some synthetic CXR images from the provided [weights/checkpoint](https://github.com/yashkarbhari/Generating-COVID-CXR-using-ACGAN/blob/main/weights/acgan_hi…
-
Hi,
This is a great and neat implementation. I was wondering if there is a simple way to implement conditioning (on image label) like a conditional GAN. I did try the standard approach used in cGAN…