fgnt / pb_chime5

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

Error not clear when eval transcripts are missing #2

Closed vimalmanohar closed 5 years ago

vimalmanohar commented 5 years ago

https://github.com/fgnt/pb_chime5/blob/ff793a29037d4fb6e4b1959f3d464fb0dc8c767c/pb_chime5/database/chime5/create_json.py#L221

When eval transcripts are missing and EVAL_TRANSCRIPTIONS_MISSING is False (by default), there is no error message. However, an assertion is raised at this line.

boeddeker commented 5 years ago

Thanks for reporting this. The PR #3 improved the exception msg.