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.
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 problemsfrom cleverhans.attacks import BoundaryAttackPlusPlus
But in this github repo there doesn't seem to be the file cleverhans/attacks/bapp.py anymore.