Commit
·
fdd134f
1
Parent(s):
0afc754
Update README.md
Browse files
README.md
CHANGED
@@ -65,6 +65,9 @@ torchaudio.save('enhanced.wav', enhanced.cpu(), 16000)
|
|
65 |
### Inference on GPU
|
66 |
To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling the `from_hparams` method.
|
67 |
|
|
|
|
|
|
|
68 |
## Referencing MetricGAN+
|
69 |
|
70 |
If you find MetricGAN+ useful, please cite:
|
@@ -89,7 +92,7 @@ title = {SpeechBrain},
|
|
89 |
year = {2021},
|
90 |
publisher = {GitHub},
|
91 |
journal = {GitHub repository},
|
92 |
-
howpublished = {
|
93 |
}
|
94 |
```
|
95 |
|
|
|
65 |
### Inference on GPU
|
66 |
To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling the `from_hparams` method.
|
67 |
|
68 |
+
### Limitations
|
69 |
+
The SpeechBrain team does not provide any warranty on the performance achieved by this model when used on other datasets.
|
70 |
+
|
71 |
## Referencing MetricGAN+
|
72 |
|
73 |
If you find MetricGAN+ useful, please cite:
|
|
|
92 |
year = {2021},
|
93 |
publisher = {GitHub},
|
94 |
journal = {GitHub repository},
|
95 |
+
howpublished = {\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\url{https://github.com/speechbrain/speechbrain}},
|
96 |
}
|
97 |
```
|
98 |
|