speechbrainteam commited on
Commit
558a270
1 Parent(s): ac47434

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -73,6 +73,9 @@ torchaudio.save('enhanced.wav', enhanced.unsqueeze(0).cpu(), 16000)
73
  ### Inference on GPU
74
  To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling the `from_hparams` method.
75
 
 
 
 
76
  ## Referencing Mimic Loss
77
 
78
  If you find mimic loss useful, please cite:
@@ -97,7 +100,7 @@ title = {SpeechBrain},
97
  year = {2021},
98
  publisher = {GitHub},
99
  journal = {GitHub repository},
100
- howpublished = {\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\url{https://github.com/speechbrain/speechbrain}},
101
  }
102
  ```
103
 
 
73
  ### Inference on GPU
74
  To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling the `from_hparams` method.
75
 
76
+ ### Limitations
77
+ The SpeechBrain team does not provide any warranty on the performance achieved by this model when used on other datasets.
78
+
79
  ## Referencing Mimic Loss
80
 
81
  If you find mimic loss useful, please cite:
 
100
  year = {2021},
101
  publisher = {GitHub},
102
  journal = {GitHub repository},
103
+ howpublished = {\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\url{https://github.com/speechbrain/speechbrain}},
104
  }
105
  ```
106