cemsubakan
commited on
Commit
•
2e652bc
1
Parent(s):
5b5c3b6
Update README.md
Browse files
README.md
CHANGED
@@ -87,7 +87,7 @@ est_sources = model.separate_file(path='test_mixture.wav')
|
|
87 |
snr_est_model = snrest.from_hparams(source="speechbrain/REAL-M-sisnr-estimator",savedir='pretrained_models/REAL-M-sisnr-estimator')
|
88 |
mix, fs = torchaudio.load('test_mixture.wav')
|
89 |
snrhat = snr_est_model.estimate_batch(mix, est_sources)
|
90 |
-
print(snrhat) # Estimates are in dB
|
91 |
|
92 |
```
|
93 |
|
|
|
87 |
snr_est_model = snrest.from_hparams(source="speechbrain/REAL-M-sisnr-estimator",savedir='pretrained_models/REAL-M-sisnr-estimator')
|
88 |
mix, fs = torchaudio.load('test_mixture.wav')
|
89 |
snrhat = snr_est_model.estimate_batch(mix, est_sources)
|
90 |
+
print(snrhat) # Estimates are in dB / 10
|
91 |
|
92 |
```
|
93 |
|