Open SoundingSilence opened 1 year ago
It should match the result "PyTorch". And my result follows the setup from their TASLP paper, where th=0.5 and med=11:
Thanks for your reply. Based on the your default config setting, I have reproduced the experience results of 2-layer and 4-layer SA-EEND, which are consistent with Paper. However, when I try to incorporate the Encoder-Decoder-Attractor module into the SA-EEND, I failed to reproduce the results as in EDA-EEND paper. On the fix-2spk setting, I only get 8.95% and 4.4% on simu-dev-beta2-2spk-500 and callhome2_spk2, which are far below the results listed in paper(8.07% and 2.69% respectively), even though I have used the identical model structure and training config. Do you have any suggestion based on your rich experience? Thanks!
Thank you for your PyTorch implementation of SA-EEND. When I Infer the callhome2-2spk dataset, I find that I cannot correspond my results to your experience result table in README.md. I use the _'modelcallhome.th' as initialization. The results are as below.
In that way, which line of table in README is '_modelcallhome.th' correspond to? "PyTorch" or "PyTorch*"? If it corresponds to "PyTorch", the best DER result is 10.97, rather than 11.21
I am looking forward to your reply. Thanks!