Closed vineelpratap closed 3 years ago
We realized that it is because of some wierd MPI configs in my HPC cluster. Everything works now !
Hi,
I am glad, that you found a solution. A speedup for this function is difficult, but it should not take much time. That function creates the metadata, that is later used.
Hi, I was trying to generate CHiME6 eval files using scripts from Kaldi and noticed that my script gets stuck at this stage .
which is called from here https://github.com/kaldi-asr/kaldi/blob/master/egs/chime6/s5b_track1/local/decode.sh#L102
Do you have any estimate of how long is the
make
command supposed to take. And, if there are any ways to speed up the process.For example, simply using more threads for make command using
make -j80 cache/chime6.json
doesn't seem to help...Thanks in advance !