Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 23, 2024
1 parent 3ecde83 commit bfeac6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions releases/1.1.0/getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -411,9 +411,9 @@ <h1>OpenVINO™ Explainable AI Toolkit - OpenVINO XAI<a class="headerlink" href=
<a class="reference internal" href="#installation"><span class="std std-ref">Install</span></a>
<a class="reference internal" href="#quick-start"><span class="xref myst">Quick Start</span></a>
<a class="reference internal" href="#license"><span class="std std-ref">License</span></a>
<a class="reference external" href="https://openvinotoolkit.github.io/openvino_xai/releases/1.0.0">Documentation</a></p>
<a class="reference external" href="https://openvinotoolkit.github.io/openvino_xai/releases/1.1.0">Documentation</a></p>
<p><img alt="Python" src="https://img.shields.io/badge/python-3.10%2B-green" />
<a class="reference external" href="https://pypi.org/project/openvino/"><img alt="OpenVINO" src="https://img.shields.io/badge/openvino-2024.2-purple" /></a>
<a class="reference external" href="https://pypi.org/project/openvino/"><img alt="OpenVINO" src="https://img.shields.io/badge/openvino-2024.4-purple" /></a>
<a class="reference external" href="https://codecov.io/gh/openvinotoolkit/openvino_xai"><img alt="codecov" src="https://codecov.io/gh/openvinotoolkit/openvino_xai/graph/badge.svg?token=NR0Z0CWDK9" /></a>
<a class="reference external" href="https://opensource.org/licenses/Apache-2.0"><img alt="License" src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" /></a>
<a class="reference external" href="https://pypi.org/project/openvino_xai"><img alt="PyPI" src="https://img.shields.io/pypi/v/openvino_xai" /></a>
Expand Down Expand Up @@ -451,7 +451,7 @@ <h3>What’s new in v1.1.0<a class="headerlink" href="#what-s-new-in-v1-1-0" tit
<li><p>Support OpenVINO IR (.xml) / ONNX (.onnx) model files for <code class="docutils literal notranslate"><span class="pre">Explainer</span></code></p></li>
<li><p>Enable AISE method: Adaptive Input Sampling for Explanation of Black-box Models</p></li>
<li><p>Add Pointing Game, Insertion-Deletion AUC and ADCC quality metrics for saliency maps</p></li>
<li><p>Upgrade OpenVINO to 2024.3.0</p></li>
<li><p>Upgrade OpenVINO to 2024.4.0</p></li>
<li><p>Add saliency map visualization with explanation.plot()</p></li>
<li><p>Enable flexible naming for saved saliency maps and include confidence scores</p></li>
</ul>
Expand Down
Loading

0 comments on commit bfeac6c

Please sign in to comment.