speechbrainteam
commited on
Commit
•
aa9e566
1
Parent(s):
9e19acc
Update README.md
Browse files
README.md
CHANGED
@@ -64,6 +64,9 @@ asr_model.transcribe_file("speechbrain/asr-crdnn-commonvoice-fr/example-fr.wav")
|
|
64 |
|
65 |
```
|
66 |
|
|
|
|
|
|
|
67 |
#### Referencing SpeechBrain
|
68 |
|
69 |
```
|
@@ -73,6 +76,6 @@ asr_model.transcribe_file("speechbrain/asr-crdnn-commonvoice-fr/example-fr.wav")
|
|
73 |
year = {2021},
|
74 |
publisher = {GitHub},
|
75 |
journal = {GitHub repository},
|
76 |
-
howpublished = {
|
77 |
}
|
78 |
```
|
|
|
64 |
|
65 |
```
|
66 |
|
67 |
+
### Inference on GPU
|
68 |
+
To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling the `from_hparams` method.
|
69 |
+
|
70 |
#### Referencing SpeechBrain
|
71 |
|
72 |
```
|
|
|
76 |
year = {2021},
|
77 |
publisher = {GitHub},
|
78 |
journal = {GitHub repository},
|
79 |
+
howpublished = {\\\\url{https://github.com/speechbrain/speechbrain}},
|
80 |
}
|
81 |
```
|