About the use of adversarial patch #1285
Answered
by
beat-buesser
Zengyf-CVer
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
beat-buesser
Aug 25, 2021
Replies: 1 comment 2 replies
-
Hi @Zengyf-CVer There is no separate notebook for the PyTorch version yet, but creating adversarial patches with PyTorch is very similar or almost identical as in the notebooks for TensorFlow. The main changes are to use |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
beat-buesser
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Zengyf-CVer There is no separate notebook for the PyTorch version yet, but creating adversarial patches with PyTorch is very similar or almost identical as in the notebooks for TensorFlow. The main changes are to use
PyTorchClassifier
andAdversarialPatchPyTorch
instead.