Skip to content

Commit

Permalink
fix gh action and readme link
Browse files Browse the repository at this point in the history
  • Loading branch information
FrenchKrab committed Jun 10, 2024
1 parent 2f7d5f7 commit 0c91108
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

# ADJUST THIS: build your documentation into docs/.
# We use a custom build script for pdoc itself, ideally you just run `pdoc -o docs/ ...` here.
- run: pdoc src -o docs/ --docformat numpy
- run: pdoc powerset_calibration -o docs/ --docformat numpy
- uses: actions/upload-pages-artifact@v2
with:
path: docs/
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This repository contains the code used to perform the experiments conducted in the paper '*On the calibration of powerset speaker diarization models*' published at Interspeech 2024.

- [ 📄 Browse the original paper repository ](https://github.com/FrenchKrab/IS2024-powerset-calibration?tab=readme-ov-file)
- [ 📘 Read the docs ](https://frenchkrab.github.io/powerset-calibration/)
- [ 📘 Read the docs ](https://frenchkrab.github.io/powerset_calibration/)

This package builds upon the pyannote suite, and thus heavily depends on `pyannote.audio`, `pyannote.core` and `pyannote.database` functionalities.

Expand Down Expand Up @@ -38,4 +38,4 @@ To learn how to use this library, please refer to the notebooks which should giv

## 📘 Documentation

If you want more detail about function/method arguments, please refer to the documentation: https://frenchkrab.github.io/powerset-calibration/
If you want more detail about function/method arguments, please refer to the documentation: https://frenchkrab.github.io/powerset_-_calibration/

0 comments on commit 0c91108

Please sign in to comment.