ART 0.2.0
This release makes ART framework-independent. The following backends are now supported: TensorFlow, Keras and PyTorch.
Added
- New framework-independent
Classifierinterface - Backend support for TensorFlow, Keras and PyTorch
- Basic interface for detecting adversarial samples (no concrete method implemented for now)
- Gaussian augmentation
Changed
- All attacks now fit the new
Classifierinterface
Fixed
to_categoricalutility function for unsqueezed labels- Norms in CLEVER score
- Source code folder name to correct PyPI install
Removed
- hard-coded architectures for datasets / model types: CNN, ResNet, MLP