speechbrainteam commited on
Commit
8b6649c
1 Parent(s): ea2d672

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -14,7 +14,7 @@ datasets:
14
  - voxceleb
15
  metrics:
16
  - EER
17
- - min\\\\_dct
18
  ---
19
 
20
  <iframe src="https://ghbtns.com/github-btn.html?user=speechbrain&repo=speechbrain&type=star&count=true&size=large&v=2" frameborder="0" scrolling="0" width="170" height="30" title="GitHub"></iframe>
@@ -60,6 +60,9 @@ embeddings = classifier.encode_batch(signal)
60
  ### Inference on GPU
61
  To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling the `from_hparams` method.
62
 
 
 
 
63
  #### Referencing xvectors
64
  ```@inproceedings{DBLP:conf/odyssey/SnyderGMSPK18,
65
  author = {David Snyder and
@@ -85,7 +88,7 @@ To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling
85
  year = {2021},
86
  publisher = {GitHub},
87
  journal = {GitHub repository},
88
- howpublished = {\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\url{https://github.com/speechbrain/speechbrain}},
89
  }
90
  ```
91
 
 
14
  - voxceleb
15
  metrics:
16
  - EER
17
+ - min\\\\\\\\_dct
18
  ---
19
 
20
  <iframe src="https://ghbtns.com/github-btn.html?user=speechbrain&repo=speechbrain&type=star&count=true&size=large&v=2" frameborder="0" scrolling="0" width="170" height="30" title="GitHub"></iframe>
 
60
  ### Inference on GPU
61
  To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling the `from_hparams` method.
62
 
63
+ ### Limitations
64
+ The SpeechBrain team does not provide any warranty on the performance achieved by this model when used on other datasets.
65
+
66
  #### Referencing xvectors
67
  ```@inproceedings{DBLP:conf/odyssey/SnyderGMSPK18,
68
  author = {David Snyder and
 
88
  year = {2021},
89
  publisher = {GitHub},
90
  journal = {GitHub repository},
91
+ howpublished = {\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\url{https://github.com/speechbrain/speechbrain}},
92
  }
93
  ```
94