hitachi-speech / EEND

End-to-End Neural Diarization
MIT License
368 stars 57 forks source link

Adaptation Error #27

Open serendipity24 opened 3 years ago

serendipity24 commented 3 years ago

Hi, I am getting the error (IndexError: index 3 is out of bounds for axis 1 with size 2) during adaptation in the run_eda.sh script. What could be the possible reasons for this?

shota-horiguchi commented 3 years ago

Thanks for the information, I think removing num_speakers: 2 from egs/callhome/v1/conf/eda/adapt.yaml will solve the problem.

serendipity24 commented 3 years ago

Thank you for the reply. Changing the num_speakers: option to match the number of speakers in the adaptation dataset helped too.