Replies: 1 comment
-
Hi @awskkzl Yes, you need to provide the trained model first to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So basically I have a trained model and I need to use PGD to generate adversarial samples for it.
I notice that in the demo you build an ART classifier and fit the data in the ART classifier, then pass the classifier to PGD method.
Is it possible to pass a loaded model to PGD directly? I tried but I got "module has no 'all_framework_preprocessing'"
Please help
Beta Was this translation helpful? Give feedback.
All reactions