About result of DPRNN in wham dataset
See original GitHub issueThe commit verison: 631ef15
As the same as defualt run.sh, the configs are as follows.
kernel size=2| chunk size=250 | batch size=3
To avoid the GPU memory problem, I set 3 GPUs to run and num_works=6.
However, during training stage, early stopping happened in epoch 73 and the program didn’t continue to run into evaluation stage. Then I modified the model.py according to issue84 and issue96. Finally, I get the result as follows.
Overall metrics :
{'sar': 17.253943631154222,
'sar_imp': -131.92250498640834,
'sdr': 16.610877080941982,
'sdr_imp': 16.459834866636488,
'si_sdr': 16.222455347439276,
'si_sdr_imp': 16.223606457496334,
'sir': 26.228243298887513,
'sir_imp': 26.077201084582004,
'stoi': 0.9599706205908263,
'stoi_imp': 0.22192459732239528}
The result is different from the mentioned result in README.md.
Do you have any idea about the issue?
Issue Analytics
- State:
- Created 3 years ago
- Comments:22
Top Results From Across the Web
Error in testing DPRNN on WHAM dataset · Issue #310 · asteroid ...
After training the DPRNN model on WHAM dataset, I meet an error during evaluation. The detailed logs of my training and testing are...
Read more >speechbrain/REAL-M-sisnr-estimator-training at main
the data folder for the wham dataset ... should start with whamr instead of whamorg. train_data: results/dprnn-whamr/3/save/whamr_tr.csv.
Read more >WHAM! Dataset - Papers With Code
The WSJ0 Hipster Ambient Mixtures (WHAM!) dataset pairs each two-speaker mixture in the wsj0-2mix dataset with a unique noise background scene.
Read more >Speech Separation Using an Asynchronous Fully Recurrent ...
The improvement is marginal for WHAM! dataset - less then 1dB. For Libri2Mix the results in the paper is weird: in all of...
Read more >FAQ — asteroid 0.0.1 documentation
Chances are there is a pretrained model available for the given dataset, run the evaluation with it. If your results are different, it's...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Of couse, I will try it again. If it goes well, I will also report more result infomation in this issue.
That seems weird indeed. I know early stopping changed behaviour between pl versions, maybe this is the source… Otherwise I don’t know.
Can we close it now?