twosixlabs / armory-library

Python library for Adversarial ML Evaluation
https://twosixlabs.github.io/armory-library/
MIT License
9 stars 3 forks source link

Refactor exporters #134

Closed treubig26 closed 8 months ago

treubig26 commented 8 months ago

Now supports multiple exporters, where each one has its own criteria for when it will export batches or individual samples.

This prepares Armory for exporters of explainability artifacts (e.g., captum, XAITK).