Skip to content
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

Parameters in ART not set correctly #36

Open
moohax opened this issue Apr 11, 2022 · 0 comments
Open

Parameters in ART not set correctly #36

moohax opened this issue Apr 11, 2022 · 0 comments
Assignees
Labels
Type: Bug Something isn't working

Comments

@moohax
Copy link
Contributor

moohax commented Apr 11, 2022

Branch: In develop 1.1
Attack: hop_skip_jump

The ART estimator and ART attacks have different parameters, each are set with their set_params function. However, the ART framework in Counterfit only sets the parameters on the attack and not the estimator. Not all options are being set properly.

cfattack.options.update({
    "clip_values": 128
})

# Is None.
cfattack.attack.clip_values 
@moohax moohax added the Type: Bug Something isn't working label Apr 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants