speechbrainteam
commited on
Commit
·
d13c69a
1
Parent(s):
53532a6
Update README.md
Browse files
README.md
CHANGED
@@ -45,7 +45,7 @@ Please notice that we encourage you to read our tutorials and learn more about
|
|
45 |
from speechbrain.pretrained import SepformerSeparation as separator
|
46 |
import torchaudio
|
47 |
|
48 |
-
model = separator.from_hparams(source="speechbrain/sepformer-wsj03mix", savedir='sepformer-wsj03mix')
|
49 |
|
50 |
est_sources = model.separate_file('your_speechbrain_path/samples/audio_samples/test_mixture.wav')
|
51 |
|
|
|
45 |
from speechbrain.pretrained import SepformerSeparation as separator
|
46 |
import torchaudio
|
47 |
|
48 |
+
model = separator.from_hparams(source="speechbrain/sepformer-wsj03mix", savedir='pretrained_models/sepformer-wsj03mix')
|
49 |
|
50 |
est_sources = model.separate_file('your_speechbrain_path/samples/audio_samples/test_mixture.wav')
|
51 |
|