Parameters in ART not set correctly
Open
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.