Azure / counterfit

a CLI that provides a generic automation layer for assessing the security of ML models
MIT License
799 stars 128 forks source link

Getting class gradient not found while running other attacks except hop_skip_jump #80

Open ghousethanedar opened 1 year ago

ghousethanedar commented 1 year ago

counterfit> set_target digits_mlp digits_mlp> set_attack newtonfool [+] success: Using 0e34bf51 digits_mlp>NewtonFool:0e34bf51> run NewtonFool: 0%| | 0/1 [00:00<?, ?it/s] [!] failed: Failed to run 0e34bf51 (art.attacks.evasion.newtonfool.NewtonFool): 'BlackBoxClassifier' object has no attribute 'class_gradient'

ghousethanedar commented 1 year ago

Any help for the above issue would be appreciated