Replies: 1 comment
-
Hi @cnut1648 Thank you very much for using ART! Yes, that correct, so far We agree, the pattern in line |
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.
-
Describe the bug
Hi, I think currently
FeatureCollisionAttack
doesn't support pytorch.To Reproduce
I have the following script
First of all,
FeatureCollisionAttack
can't be init asPyTorchClassifier
is notKerasClassifier
so it won't pass the assert infeature_collision_attack.py
line 100. Even if I comment it out, infeature_collision_attack.py
line 114 it would return only one tensor but it seems that it will return two.System information (please complete the following information):
Beta Was this translation helpful? Give feedback.
All reactions