Commit
·
b58308a
1
Parent(s):
497ab61
Update README.md
Browse files
README.md
CHANGED
|
@@ -27,7 +27,7 @@ For a better experience, we encourage you to learn more about
|
|
| 27 |
|
| 28 |
| Release | EER(%) | minDCF |
|
| 29 |
|:-------------:|:--------------:|:--------------:|
|
| 30 |
-
| 05-03-21 |
|
| 31 |
|
| 32 |
|
| 33 |
## Pipeline description
|
|
@@ -49,7 +49,7 @@ Please notice that we encourage you to read our tutorials and learn more about
|
|
| 49 |
```python
|
| 50 |
import torchaudio
|
| 51 |
from speechbrain.pretrained import SpeakerRecognition
|
| 52 |
-
verification = SpeakerRecognition.from_hparams(source="speechbrain/spkrec-xvect-voxceleb")
|
| 53 |
signal, fs =torchaudio.load('samples/audio_samples/example1.wav')
|
| 54 |
embeddings = verification.encode(signal)
|
| 55 |
```
|
|
|
|
| 27 |
|
| 28 |
| Release | EER(%) | minDCF |
|
| 29 |
|:-------------:|:--------------:|:--------------:|
|
| 30 |
+
| 05-03-21 | 0.69 | 0.0821 |
|
| 31 |
|
| 32 |
|
| 33 |
## Pipeline description
|
|
|
|
| 49 |
```python
|
| 50 |
import torchaudio
|
| 51 |
from speechbrain.pretrained import SpeakerRecognition
|
| 52 |
+
verification = SpeakerRecognition.from_hparams(source="speechbrain/spkrec-xvect-voxceleb", savedir="pretrained_models/spkrec-xvect-voxceleb")
|
| 53 |
signal, fs =torchaudio.load('samples/audio_samples/example1.wav')
|
| 54 |
embeddings = verification.encode(signal)
|
| 55 |
```
|