Azure / counterfit

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

Clean up `run_attack` in `core.py` #40

Open moohax opened 2 years ago

moohax commented 2 years ago

Branch: develop/1,1

I think a better practice is to only have it run the attack, I get issues in which attack completes but check_success fails for unrelated reasons.