Skip to content

Commit

Permalink
readme and index: correct links
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonin POCHE committed Oct 11, 2023
1 parent 2b1c0b0 commit 88165b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<a href="https://deel-ai.github.io/xplique/latest/api/feature_viz/feature_viz/">Feature Visualization</a>
<a href="https://deel-ai.github.io/xplique/latest/api/metrics/api_metrics/">Metrics</a>
<a href="https://deel-ai.github.io/xplique/latest/api/attributions/metrics/api_metrics/">Metrics</a>
</p>

The library is composed of several modules, the _Attributions Methods_ module implements various methods (e.g Saliency, Grad-CAM, Integrated-Gradients...), with explanations, examples and links to official papers.
Expand Down Expand Up @@ -222,7 +222,7 @@ metric = Deletion(wrapped_model, inputs, targets)
score_saliency = metric(explanations)
```

Want to know more ? Check the [PyTorch documentation](https://deel-ai.github.io/xplique/latest/api/attributions/PyTorch/)
Want to know more ? Check the [PyTorch documentation](https://deel-ai.github.io/xplique/latest/api/attributions/pytorch/)

</details>

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<a href="api/feature_viz/feature_viz/">Feature Visualization</a>
<a href="api/metrics/api_metrics/">Metrics</a>
<a href="api/attributions/metrics/api_metrics/">Metrics</a>
</div>

The library is composed of several modules, the _Attributions Methods_ module implements various methods (e.g Saliency, Grad-CAM, Integrated-Gradients...), with explanations, examples and links to official papers.
Expand Down

0 comments on commit 88165b3

Please sign in to comment.