Open xksteven opened 6 years ago
What needs to be done after Training AC-GANS and before running Generative Adversarial Attack ?
I tried copying over the checkpoint into assets/pretrained/mnist_zico/checkpoint but then there's an issue restoring the model. It seems there's some steps or instructions missing in between the steps.
Thanks!
you need to write some code to train zico_mnist, and define variable_scope 'net'. After training , put checkpoint under pretrained/mnist_zico_trained
What needs to be done after Training AC-GANS and before running Generative Adversarial Attack ?
I tried copying over the checkpoint into assets/pretrained/mnist_zico/checkpoint but then there's an issue restoring the model. It seems there's some steps or instructions missing in between the steps.
Thanks!