speechbrainteam
commited on
Commit
•
b334a65
1
Parent(s):
fe7840e
Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ datasets:
|
|
14 |
- voxceleb
|
15 |
metrics:
|
16 |
- EER
|
17 |
-
- min
|
18 |
---
|
19 |
|
20 |
# Speaker Verification with xvector embeddings on Voxceleb
|
@@ -82,6 +82,11 @@ To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling
|
|
82 |
year = {2021},
|
83 |
publisher = {GitHub},
|
84 |
journal = {GitHub repository},
|
85 |
-
howpublished = {
|
86 |
}
|
87 |
```
|
|
|
|
|
|
|
|
|
|
|
|
14 |
- voxceleb
|
15 |
metrics:
|
16 |
- EER
|
17 |
+
- min\\_dct
|
18 |
---
|
19 |
|
20 |
# Speaker Verification with xvector embeddings on Voxceleb
|
|
|
82 |
year = {2021},
|
83 |
publisher = {GitHub},
|
84 |
journal = {GitHub repository},
|
85 |
+
howpublished = {\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\url{https://github.com/speechbrain/speechbrain}},
|
86 |
}
|
87 |
```
|
88 |
+
|
89 |
+
#### About SpeechBrain
|
90 |
+
SpeechBrain is an open-source and all-in-one speech toolkit. It is designed to be simple, extremely flexible, and user-friendly. Competitive or state-of-the-art performance is obtained in various domains.
|
91 |
+
Website: https://speechbrain.github.io/
|
92 |
+
GitHub: https://github.com/speechbrain/speechbrain
|