Commit
·
a194bdb
1
Parent(s):
5595f4d
Update README.md
Browse files
README.md
CHANGED
|
@@ -65,6 +65,9 @@ score, prediction = verification.verify_files("speechbrain/spkrec-ecapa-voxceleb
|
|
| 65 |
```
|
| 66 |
The prediction is 1 if the two signals in input are from the same speaker and 0 otherwise.
|
| 67 |
|
|
|
|
|
|
|
|
|
|
| 68 |
#### Referencing ECAPA-TDNN
|
| 69 |
```
|
| 70 |
@inproceedings{DBLP:conf/interspeech/DesplanquesTD20,
|
|
@@ -93,6 +96,6 @@ score, prediction = verification.verify_files("speechbrain/spkrec-ecapa-voxceleb
|
|
| 93 |
year = {2021},
|
| 94 |
publisher = {GitHub},
|
| 95 |
journal = {GitHub repository},
|
| 96 |
-
howpublished = {
|
| 97 |
}
|
| 98 |
```
|
|
|
|
| 65 |
```
|
| 66 |
The prediction is 1 if the two signals in input are from the same speaker and 0 otherwise.
|
| 67 |
|
| 68 |
+
### Inference on GPU
|
| 69 |
+
To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling the `from_hparams` method.
|
| 70 |
+
|
| 71 |
#### Referencing ECAPA-TDNN
|
| 72 |
```
|
| 73 |
@inproceedings{DBLP:conf/interspeech/DesplanquesTD20,
|
|
|
|
| 96 |
year = {2021},
|
| 97 |
publisher = {GitHub},
|
| 98 |
journal = {GitHub repository},
|
| 99 |
+
howpublished = {\\\\url{https://github.com/speechbrain/speechbrain}},
|
| 100 |
}
|
| 101 |
```
|