Azure / Azure/counterfit

Parameters in ART not set correctly

Open
#36 0 comments 0 reactions 4 assignees Claimed by @drhyrum View on GitHub
Type: Bug
Dominant language
Python
Stars
938
Forks
162
PR merge metrics
No merged PRs in 30d

Description

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.

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

# Is None.
cfattack.attack.clip_values
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.