-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Hello, thank you very much for providing this PyTorch-based implementation of EEND.
It's been really helpful, and I’m planning to build on this code to explore some additional ideas.
While setting up the training pipeline, I had a couple of questions regarding the training setup:
In the https://arxiv.org/pdf/2204.00890 paper (titled "From Simulated Mixtures to Simulated Conversations as Training Data for End-to-End Neural Diarization"), was the training conducted using the current code in this repository?
For training on the sim2spk dataset, did you generate the data using the run_prepare_shared.sh script from this link, and use it as part of pretraining?
Lastly, when reporting the DER results in the paper, may I ask which specific evaluation code was used? It would be helpful to know how the DER was computed, especially in the context of reproducing the results. (e.g., nryant/dscore, BUTSpeechFIT/DiaPer, etc.)
I’d greatly appreciate any clarification you can provide.
Thank you again for sharing this great resource.