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

Where are defences code? #1152

Closed mhsamavatian closed 3 years ago

arunppsg commented 4 years ago

For versions before 2019-04-05, defenses are implemented in utils_tf.py. The cleverhans.utils_tf.train is depreciated after 2019-04-05. The later defenses are implemented in train.py' (cleverhans.train.train`).

jonasguan commented 3 years ago

We're planning to implement more defenses in TF2, PyTorch and Jax in our upcoming updates. I know the defenses/ directory has stayed empty for a while, but we plan to work on it soon, stay tuned!