issues
search
fgnt
/
pb_chime5
Speech enhancement system for the CHiME-5 dinner party scenario
MIT License
109
stars
34
forks
source link
Small fixes for Kaldi
#1
Closed
vimalmanohar
closed
5 years ago
vimalmanohar
commented
5 years ago
Kaldi scripts generally set encoding to ASCII. So in kaldi configured shell, files need to be opened explicitly using
encoding='utf8'
. (python3 uses by default the encoding set by the environment variables, which in a Kaldi setup is ASCII encoding.)
SGE requires job ids to be > 0.
boeddeker
commented
5 years ago
Thanks.
encoding='utf8'
. (python3 uses by default the encoding set by the environment variables, which in a Kaldi setup is ASCII encoding.)