ermongroup / generative_adversary

Code for the unrestricted adversarial examples paper (NeurIPS 2018)
GNU General Public License v3.0
63 stars 16 forks source link

Checkpoint not found running when running generative adversarial attack #1

Open xksteven opened 6 years ago

xksteven commented 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!

maxrumi commented 5 years ago

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