Skip to content

Commit

Permalink
Fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
GalyaZalesskaya committed Sep 26, 2024
1 parent 55ec0dc commit 15a0f8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Content:
- [XAI insertion (white-box usage)](#xai-insertion-white-box-usage)
- [XAI methods](#xai-methods)
- [Overview](#overview)
- [Methods performance-accuracy comparison](#methods-performance-accuracy-comparison)
- [White-box methods](#white-box-methods)
- [Black-box methods](#black-box-methods)
- [Plot saliency maps](#plot-saliency-maps)
Expand Down Expand Up @@ -393,7 +394,7 @@ Target layer is the part of the model graph where XAI branch will be inserted (a

All supported methods are gradient-free, which suits deployment framework settings (e.g. OpenVINO™), where the model is in optimized or compiled representation.

## Methods performance/accuracy comparison:
## Methods performance-accuracy comparison

The table below compares accuracy and performace of different models and explain methods (learn more about [Quality Metrics](#measure-quality-metrics-of-saliency-maps)):

Expand Down

0 comments on commit 15a0f8f

Please sign in to comment.