Skip to content
Snippets Groups Projects
Commit fc492424 authored by André Anjos's avatar André Anjos :speech_balloon: Committed by Daniel CARRON
Browse files

[engine.saliency.evaluator] Fix evaluation strategy after interpretability module simplifications

parent 6fd482d0
No related branches found
No related tags found
1 merge request!12Adds grad-cam support on classifiers
...@@ -59,7 +59,7 @@ def _reconcile_metrics( ...@@ -59,7 +59,7 @@ def _reconcile_metrics(
continue continue
aopc_combined = compl_info[5] aopc_combined = compl_info[5]
prop_energy = interp_info[4] prop_energy = interp_info[2]
road_weighted_prop_energy = max(0, aopc_combined) * prop_energy road_weighted_prop_energy = max(0, aopc_combined) * prop_energy
retval.append( retval.append(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment