Adel-Moumen
commited on
Commit
•
f2a1ac3
1
Parent(s):
06fa969
Update README.md
Browse files
README.md
CHANGED
@@ -10,8 +10,6 @@ tags:
|
|
10 |
- pytorch
|
11 |
- speechbrain
|
12 |
license: "apache-2.0"
|
13 |
-
datasets:
|
14 |
-
- WHAMR!
|
15 |
metrics:
|
16 |
- SI-SNR
|
17 |
- PESQ
|
@@ -43,7 +41,7 @@ Please notice that we encourage you to read our tutorials and learn more about [
|
|
43 |
### Perform speech enhancement on your own audio file
|
44 |
|
45 |
```python
|
46 |
-
from speechbrain.
|
47 |
import torchaudio
|
48 |
|
49 |
model = separator.from_hparams(source="speechbrain/sepformer-whamr-enhancement", savedir='pretrained_models/sepformer-whamr-enhancement')
|
|
|
10 |
- pytorch
|
11 |
- speechbrain
|
12 |
license: "apache-2.0"
|
|
|
|
|
13 |
metrics:
|
14 |
- SI-SNR
|
15 |
- PESQ
|
|
|
41 |
### Perform speech enhancement on your own audio file
|
42 |
|
43 |
```python
|
44 |
+
from speechbrain.inference.separation import SepformerSeparation as separator
|
45 |
import torchaudio
|
46 |
|
47 |
model = separator.from_hparams(source="speechbrain/sepformer-whamr-enhancement", savedir='pretrained_models/sepformer-whamr-enhancement')
|