cemsubakan
commited on
Commit
•
d8fb79c
1
Parent(s):
be3e8ce
Update README.md
Browse files
README.md
CHANGED
@@ -41,7 +41,7 @@ Please notice that we encourage you to read our tutorials and learn more about [
|
|
41 |
from speechbrain.pretrained import SepformerSeparation as separator
|
42 |
import torchaudio
|
43 |
|
44 |
-
model = separator.from_hparams(source="speechbrain/sepformer-whamr16k", savedir='pretrained_models/sepformer-
|
45 |
|
46 |
# for custom file, change path
|
47 |
est_sources = model.separate_file(path='speechbrain/sepformer-whamr16k/test_mixture16k.wav')
|
@@ -61,7 +61,7 @@ torchaudio.save("source2hat.wav", est_sources[:, :, 1].detach().cpu(), 16000)
|
|
61 |
year = {2021},
|
62 |
publisher = {GitHub},
|
63 |
journal = {GitHub repository},
|
64 |
-
howpublished = {
|
65 |
}
|
66 |
```
|
67 |
|
|
|
41 |
from speechbrain.pretrained import SepformerSeparation as separator
|
42 |
import torchaudio
|
43 |
|
44 |
+
model = separator.from_hparams(source="speechbrain/sepformer-whamr16k", savedir='pretrained_models/sepformer-whamr16k')
|
45 |
|
46 |
# for custom file, change path
|
47 |
est_sources = model.separate_file(path='speechbrain/sepformer-whamr16k/test_mixture16k.wav')
|
|
|
61 |
year = {2021},
|
62 |
publisher = {GitHub},
|
63 |
journal = {GitHub repository},
|
64 |
+
howpublished = {\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\url{https://github.com/speechbrain/speechbrain}},
|
65 |
}
|
66 |
```
|
67 |
|