speechbrainteam commited on
Commit
3a77ce5
1 Parent(s): 1dec1eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
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 = {\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\url{https://github.com/speechbrain/speechbrain}},
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