generative_adversary icon indicating copy to clipboard operation
generative_adversary copied to clipboard

Checkpoint not found running when running generative adversarial attack

Open xksteven opened this issue 7 years ago • 1 comments

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!

xksteven avatar Oct 03 '18 17:10 xksteven

you need to write some code to train zico_mnist, and define variable_scope 'net'. After training , put checkpoint under pretrained/mnist_zico_trained

maxrumi avatar Jan 04 '19 01:01 maxrumi