You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: