Skip to content
Snippets Groups Projects

Adds grad-cam support on classifiers

Merged André Anjos requested to merge add-datamodule-gradcam into main
Compare and Show latest version
23 files
+ 1628
1094
Compare changes
  • Side-by-side
  • Inline
Files
23
+ 14
0
@@ -65,6 +65,20 @@ Functions to actuate on the data.
ptbench.engine.evaluator
.. _ptbench.api.saliency:
Saliency Map Generation and Analysis
------------------------------------
Engines to generate and analyze saliency mapping techniques.
.. autosummary::
:toctree: api/saliency
ptbench.engine.saliency.generator
ptbench.engine.saliency.completeness
ptbench.engine.saliency.interpretability
.. _ptbench.api.utils:
Loading