Skip to content

Generating adversarial examples from a restored model causes examples generation to run endlessly #1229

Answered by Abhishek2271
Abhishek2271 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @beat-buesser,
Thanks again for looking into this issue. To reiterate: I was having issues restoring a saved model and using it to craft adversarial examples.
I was able to make this work by creating a clean graph again and NOT using the metadata for restoring the graph. This was not ART related issue, it turns out that the quantization functions I was using in the model somehow resulted in meta graph not being able to restore the model properly. I verified this by removing all quantization-related functions from the model and restoring the model. ART successfully crafted examples in this case.
So, I ended up restoring the model without using meta graph and running ART using the restor…

Replies: 8 comments 13 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
9 replies
@Abhishek2271
Comment options

@Abhishek2271
Comment options

@beat-buesser
Comment options

@Abhishek2271
Comment options

@beat-buesser
Comment options

Comment options

You must be logged in to vote
3 replies
@beat-buesser
Comment options

@Abhishek2271
Comment options

@beat-buesser
Comment options

Comment options

You must be logged in to vote
1 reply
@beat-buesser
Comment options

Answer selected by beat-buesser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #1224 on July 12, 2021 14:24.