sangeet2020
commited on
Commit
•
edb64d9
1
Parent(s):
5cd680c
add dataset type in model index
Browse files
README.md
CHANGED
@@ -83,6 +83,8 @@ torchaudio.save("enhanced_rescuespeech16k.wav", est_sources[:, :, 0].detach().cp
|
|
83 |
### Inference on GPU
|
84 |
To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling the `from_hparams` method.
|
85 |
|
|
|
|
|
86 |
### Limitations
|
87 |
The SpeechBrain team does not provide any warranty on the performance achieved by this model when used on other datasets.
|
88 |
|
|
|
83 |
### Inference on GPU
|
84 |
To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling the `from_hparams` method.
|
85 |
|
86 |
+
You can find our training results (models, logs, etc) [here](https://www.dropbox.com/sh/02c3wesc65402f6/AAApoxBApft-JwqHK-bddedBa?dl=0).
|
87 |
+
|
88 |
### Limitations
|
89 |
The SpeechBrain team does not provide any warranty on the performance achieved by this model when used on other datasets.
|
90 |
|