speechbrainteam
commited on
Commit
•
fe7840e
1
Parent(s):
280a343
Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ datasets:
|
|
14 |
- voxceleb
|
15 |
metrics:
|
16 |
- EER
|
17 |
-
-
|
18 |
---
|
19 |
|
20 |
# Speaker Verification with xvector embeddings on Voxceleb
|
@@ -54,6 +54,9 @@ signal, fs =torchaudio.load('samples/audio_samples/example1.wav')
|
|
54 |
embeddings = classifier.encode_batch(signal)
|
55 |
```
|
56 |
|
|
|
|
|
|
|
57 |
#### Referencing xvectors
|
58 |
```@inproceedings{DBLP:conf/odyssey/SnyderGMSPK18,
|
59 |
author = {David Snyder and
|
@@ -79,6 +82,6 @@ embeddings = classifier.encode_batch(signal)
|
|
79 |
year = {2021},
|
80 |
publisher = {GitHub},
|
81 |
journal = {GitHub repository},
|
82 |
-
howpublished = {
|
83 |
}
|
84 |
```
|
|
|
14 |
- voxceleb
|
15 |
metrics:
|
16 |
- EER
|
17 |
+
- min\_dct
|
18 |
---
|
19 |
|
20 |
# Speaker Verification with xvector embeddings on Voxceleb
|
|
|
54 |
embeddings = classifier.encode_batch(signal)
|
55 |
```
|
56 |
|
57 |
+
### Inference on GPU
|
58 |
+
To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling the `from_hparams` method.
|
59 |
+
|
60 |
#### Referencing xvectors
|
61 |
```@inproceedings{DBLP:conf/odyssey/SnyderGMSPK18,
|
62 |
author = {David Snyder and
|
|
|
82 |
year = {2021},
|
83 |
publisher = {GitHub},
|
84 |
journal = {GitHub repository},
|
85 |
+
howpublished = {\\\\\\\\\\\\\\\\url{https://github.com/speechbrain/speechbrain}},
|
86 |
}
|
87 |
```
|