Adel-Moumen
commited on
Commit
•
c62022c
1
Parent(s):
dcf0189
Update README.md
Browse files
README.md
CHANGED
@@ -81,9 +81,9 @@ Please notice that we encourage you to read our tutorials and learn more about [
|
|
81 |
### Minimal example for SI-SNR estimation
|
82 |
|
83 |
```python
|
84 |
-
from speechbrain.
|
85 |
-
from speechbrain.
|
86 |
-
from speechbrain.
|
87 |
|
88 |
import torchaudio
|
89 |
|
|
|
81 |
### Minimal example for SI-SNR estimation
|
82 |
|
83 |
```python
|
84 |
+
from speechbrain.inference.separation import SepformerSeparation as separator
|
85 |
+
from speechbrain.inference.interfaces import fetch
|
86 |
+
from speechbrain.inference.metrics import SNREstimator as snrest
|
87 |
|
88 |
import torchaudio
|
89 |
|