speechbrainteam
commited on
Commit
·
95e129b
1
Parent(s):
7639e44
Update README.md
Browse files
README.md
CHANGED
@@ -71,6 +71,9 @@ score, prediction = verification.verify_files("speechbrain/spkrec-ecapa-voxceleb
|
|
71 |
### Inference on GPU
|
72 |
To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling the `from_hparams` method.
|
73 |
|
|
|
|
|
|
|
74 |
#### Referencing ECAPA-TDNN
|
75 |
```
|
76 |
@inproceedings{DBLP:conf/interspeech/DesplanquesTD20,
|
@@ -99,7 +102,7 @@ To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling
|
|
99 |
year = {2021},
|
100 |
publisher = {GitHub},
|
101 |
journal = {GitHub repository},
|
102 |
-
howpublished = {
|
103 |
}
|
104 |
```
|
105 |
|
|
|
71 |
### Inference on GPU
|
72 |
To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling the `from_hparams` method.
|
73 |
|
74 |
+
### Limitations
|
75 |
+
The SpeechBrain team does not provide any warranty on the performance achieved by this model when used on other datasets.
|
76 |
+
|
77 |
#### Referencing ECAPA-TDNN
|
78 |
```
|
79 |
@inproceedings{DBLP:conf/interspeech/DesplanquesTD20,
|
|
|
102 |
year = {2021},
|
103 |
publisher = {GitHub},
|
104 |
journal = {GitHub repository},
|
105 |
+
howpublished = {\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\url{https://github.com/speechbrain/speechbrain}},
|
106 |
}
|
107 |
```
|
108 |
|