cleverhans-lab / cleverhans

An adversarial example library for constructing attacks, building defenses, and benchmarking both
MIT License
6.2k stars 1.39k forks source link

Why is the BoundaryAttackPlusPlus not visible in this github repo? #1166

Closed nklpolley closed 4 years ago

nklpolley commented 4 years ago

The Boundary Attack was merged here into cleverhans. I installed cleverhans with this: pip install git+https://github.com/tensorflow/cleverhans.git#egg=cleverhans and then I can run this code without problems from cleverhans.attacks import BoundaryAttackPlusPlus

But in this github repo there doesn't seem to be the file cleverhans/attacks/bapp.py anymore.

nklpolley commented 4 years ago

Well it was renamed into hop_skip_jump_attack.py