Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

question #17

Open
shanhaidexiamo opened this issue May 31, 2020 · 2 comments
Open

question #17

shanhaidexiamo opened this issue May 31, 2020 · 2 comments

Comments

@shanhaidexiamo
Copy link

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
Copy link
Member

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants