Skip to content

Latest commit

 

History

History
78 lines (71 loc) · 6.91 KB

CHANGELOG.md

File metadata and controls

78 lines (71 loc) · 6.91 KB

Change Log

[1.0.0 Unreleased]

Summary

  • Support of generation of classification and detection par-class and per-image saliency maps
  • Enable white-box (ReciproCAM) and black-box (RISE) eXplainable AI algorithms
  • Suppor of CNN and transformer-based architectures (validation on diverse set of timm models)
  • Enable Explainer (stateful object) as the main interface for XAI algorithms

What's Changed

New Contributors