fgnt / pb_chime5

Speech enhancement system for the CHiME-5 dinner party scenario
MIT License
108 stars 34 forks source link

question #17

Open shanhaidexiamo opened 4 years ago

shanhaidexiamo commented 4 years ago

Hi, I am a newer in chime5 and I try to run your code recently. When I set the session_id = train , it would have key error about 'reference_array'. So I want to know if there is another parameter in this run command? Thank you ,and my run command is "mpiexec -np 9 python -m pb_chime5.scripts.run with session_id=train".

boeddeker commented 4 years ago

Hi, in CHiME-5 only the DEV and EVAL dataset have a reference array. The TRAIN dataset has no reference array.

For the publication of the source code I forgot to add the option reference_array. In #18 I added now this option.

Thank you for reporting this.

When you update your code of this repo, you can now run it with mpiexec -np 9 python -m pb_chime5.scripts.run with session_id=train reference_array=U06. This will set the reference array to U06 as it was done in CHiME-6.

shanhaidexiamo commented 4 years ago

Thank you very much for your reply and for adding this parameter.