cemsubakan
commited on
Commit
•
c5c31bd
1
Parent(s):
05e14ee
Update README.md
Browse files
README.md
CHANGED
@@ -44,7 +44,7 @@ Please notice that we encourage you to read our tutorials and learn more about
|
|
44 |
from speechbrain.pretrained import SepformerSeparation as separator
|
45 |
import torchaudio
|
46 |
|
47 |
-
model = separator.from_hparams(source="speechbrain/sepformer-wsj02mix", savedir='sepformer-wsj02mix')
|
48 |
|
49 |
# for custom file, change path
|
50 |
est_sources = model.separate_file(path='speechbrain/sepformer-wsj02mix/test_mixture.wav')
|
|
|
44 |
from speechbrain.pretrained import SepformerSeparation as separator
|
45 |
import torchaudio
|
46 |
|
47 |
+
model = separator.from_hparams(source="speechbrain/sepformer-wsj02mix", savedir='pretrained_models/sepformer-wsj02mix')
|
48 |
|
49 |
# for custom file, change path
|
50 |
est_sources = model.separate_file(path='speechbrain/sepformer-wsj02mix/test_mixture.wav')
|