Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pgd attack usage #2319

Closed
COD1995 opened this issue Nov 5, 2023 · 0 comments
Closed

pgd attack usage #2319

COD1995 opened this issue Nov 5, 2023 · 0 comments

Comments

@COD1995
Copy link

COD1995 commented Nov 5, 2023

How do I apply a pgd attack if the image is normalized [0,1]

Let's say, a 20 -step PGD $\ell_{\infty}$ attack with attack with $\epsilon=8$.

Do I do?


attack = ProjectedGradientDescent(
    estimator=classifier,
    eps=8/255, 
    eps_step=2/255,  
    max_iter=20,  
    num_random_init=1 
)

@Trusted-AI Trusted-AI locked and limited conversation to collaborators Nov 13, 2023
@beat-buesser beat-buesser converted this issue into discussion #2322 Nov 13, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant