Parameters in ART not set correctly
moohax opened this issue · 0 comments
moohax commented
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