speechbrainteam commited on
Commit
e57593e
·
1 Parent(s): d72d59b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -61,6 +61,9 @@ torchaudio.save("source3hat.wav", est_sources[:, :, 2].detach().cpu(), 8000)
61
  ### Inference on GPU
62
  To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling the `from_hparams` method.
63
 
 
 
 
64
  #### Referencing SpeechBrain
65
 
66
  ```
@@ -70,7 +73,7 @@ To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling
70
  year = {2021},
71
  publisher = {GitHub},
72
  journal = {GitHub repository},
73
- howpublished = {\\\\\\\\url{https://github.com/speechbrain/speechbrain}},
74
  }
75
  ```
76
 
 
61
  ### Inference on GPU
62
  To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling the `from_hparams` method.
63
 
64
+ ### Limitations
65
+ The SpeechBrain team does not provide any warranty on the performance achieved by this model when used on other datasets.
66
+
67
  #### Referencing SpeechBrain
68
 
69
  ```
 
73
  year = {2021},
74
  publisher = {GitHub},
75
  journal = {GitHub repository},
76
+ howpublished = {\\\\\\\\\\\\\\\\url{https://github.com/speechbrain/speechbrain}},
77
  }
78
  ```
79