Do we have to train the pytorchclassifier estimator with training data every time before applying attacks? #2255
Unanswered
anukriti15
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi @anukriti15 No, classifier.fit() is not required, you can provide a pre-trained model to any |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Will the attacks not work if the user gives a saved model with weights, do we have to call classifier.fit() every time for it to work with attacks?
Beta Was this translation helpful? Give feedback.
All reactions