openphilanthropy / unrestricted-adversarial-examples

Contest Proposal and infrastructure for the Unrestricted Adversarial Examples Challenge
Apache License 2.0
329 stars 55 forks source link

Standardize attack method names #12

Closed carlini closed 6 years ago

carlini commented 6 years ago

Right now we have spsa_attack, pertub_grid, and I'm adding the boundary attack. We should probably make them all just perturb.

carlini commented 6 years ago

This was already done in a prior commit.