speechbrainteam
commited on
Commit
•
b390e58
1
Parent(s):
182c591
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 |
est_sources = model.separate_file('your_speechbrain_path/samples/audio_samples/test_mixture.wav')
|
50 |
|
|
|
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 |
est_sources = model.separate_file('your_speechbrain_path/samples/audio_samples/test_mixture.wav')
|
50 |
|