Commit
·
0cb80d4
1
Parent(s):
de217d5
Update README.md
Browse files
README.md
CHANGED
@@ -57,6 +57,9 @@ torchaudio.save("source2hat.wav", est_sources[:, :, 1].detach().cpu(), 8000)
|
|
57 |
### Inference on GPU
|
58 |
To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling the `from_hparams` method.
|
59 |
|
|
|
|
|
|
|
60 |
#### Referencing SpeechBrain
|
61 |
|
62 |
```
|
@@ -66,7 +69,7 @@ To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling
|
|
66 |
year = {2021},
|
67 |
publisher = {GitHub},
|
68 |
journal = {GitHub repository},
|
69 |
-
howpublished = {
|
70 |
}
|
71 |
```
|
72 |
|
|
|
57 |
### Inference on GPU
|
58 |
To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling the `from_hparams` method.
|
59 |
|
60 |
+
### Limitations
|
61 |
+
The SpeechBrain team does not provide any warranty on the performance achieved by this model when used on other datasets.
|
62 |
+
|
63 |
#### Referencing SpeechBrain
|
64 |
|
65 |
```
|
|
|
69 |
year = {2021},
|
70 |
publisher = {GitHub},
|
71 |
journal = {GitHub repository},
|
72 |
+
howpublished = {\\\\\\\\\\\\\\\\url{https://github.com/speechbrain/speechbrain}},
|
73 |
}
|
74 |
```
|
75 |
|