phonexiaresearch / VBx-training-recipe

Other
29 stars 11 forks source link

Missing nnet3-copy-egs-to-feats binary #1

Closed eager-droid closed 3 years ago

eager-droid commented 3 years ago

Hi, thank you for this repository. :) I tried running the training script run.sh, but there seems to be a binary missing. The command cmd = "nnet3-copy-egs-to-feats --print-args=false ark:{} ark:-{}".format(self._ark_file, cmn_command) throws an error from this line. The binary nnet3-copy-egs-to-feats is not available and nor is the source code. I also checked the kaldi src/nnet3bin folder, but there is only a nnet3-copy-egs binary. I tried running the training with this binary, but it was failing, when the byte stream was read from stdin. on this line Would it be possible to commit the nnet3-copy-egs-to-feats file to this repo so that the training could be reproduced?

Jamiroquai88 commented 3 years ago

Hi, sorry about that, I forgot. Please see updated README.md.

eager-droid commented 3 years ago

great, thanks!