We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was able to successfully transcribe the sample a month ago. Now when I actually need to use it, the process fails. Not sure what to make of the error message. Followed the instructions here: https://github.com/alumae/kaldi-offline-transcriber/tree/master/misc/docker
utils/utt2spk_to_spk2utt.pl build/trans/intervjuu2018080910/utt2spk > build/trans/intervjuu2018080910/spk2utt rm -rf build/trans/intervjuu2018080910/mfcc rm -f build/trans/intervjuu2018080910/cmvn.scp build/trans/intervjuu2018080910/mfcc.scp steps/make_mfcc.sh --mfcc-config build/fst/cnn_tdnn_1d_online/conf/mfcc.conf --cmd "$decode_cmd" --nj 1 \ build/trans/intervjuu2018080910 build/trans/intervjuu2018080910/exp/make_mfcc build/trans/intervjuu2018080910/mfcc || exit 1 steps/make_mfcc.sh --mfcc-config build/fst/cnn_tdnn_1d_online/conf/mfcc.conf --cmd run.pl --nj 1 build/trans/intervjuu2018080910 build/trans/intervjuu2018080910/exp/make_mfcc build/trans/intervjuu2018080910/mfcc utils/validate_data_dir.sh: empty file spk2utt Makefile:284: recipe for target 'build/trans/intervjuu2018080910/mfcc' failed make: *** [build/trans/intervjuu2018080910/mfcc] Error 1 Finished transcribing, result is in files /opt/kaldi-offline-transcriber/build/output/intervjuu2018080910.{txt,json,trs,ctm,srt,with-compounds.ctm} cp: cannot stat '/opt/kaldi-offline-transcriber/build/output/intervjuu2018080910.trs': No such file or directory
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was able to successfully transcribe the sample a month ago. Now when I actually need to use it, the process fails. Not sure what to make of the error message. Followed the instructions here: https://github.com/alumae/kaldi-offline-transcriber/tree/master/misc/docker
The text was updated successfully, but these errors were encountered: