Skip to content
#

adversarial-machine-learning

Here are 140 public repositories matching this topic...

ebubae
ebubae commented Feb 19, 2020

Is your feature request related to a problem? Please describe.
When generating generating targeted attacks the method arguments generate(x, y=None) can be confusing. In this case y usually refers to the target label for the attack, but users may accidentally put the correct label there, rendering the attack ineffective.

Describe the solution you'd like
Maybe we should change that

ndrmnl
ndrmnl commented Oct 8, 2018

Hi, you mention in the readme that the package supports PyTorch models, but in ShadowModelBundle._fit you assume the model has fit method (line 116).
How exactly have you tested the PyTorch models? I was thinking of maybe using pytorch-fitmodule or SuperModule, but if there's a way you recommend already that would be great. Also it would be nice to include an example of how to load PyTorch mo

Improve this page

Add a description, image, and links to the adversarial-machine-learning topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the adversarial-machine-learning topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.