You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
The text was updated successfully, but these errors were encountered:
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.
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".
The text was updated successfully, but these errors were encountered: