question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

About result of DPRNN in wham dataset

See original GitHub issue

The 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:closed
  • Created 3 years ago
  • Comments:22

github_iconTop GitHub Comments

1reaction
KiAlexandercommented, Jun 12, 2020

Of couse, I will try it again. If it goes well, I will also report more result infomation in this issue.

0reactions
mparientecommented, Jul 9, 2020

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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found