dophist / kaldi-lstm

C++ implementation of LSTM (Long Short Term Memory), in Kaldi's nnet1 framework. Used for automatic speech recognition, possibly language modeling etc, the training can be switched between CPU and GPU(CUDA). This repo is now merged into official Kaldi codebase(Karel's setup), so this repo is no longer maintained, please check out the Kaldi project instead.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

train error

dxj19831029 opened this issue · comments

when I try to train, I get following error

./train_lstm_streams.sh: line 20: utils/parse_options.sh: No such file or directory
···

You don't have the utils folder yet. You need install Kaldi first, then in the ./egs/ folder you can find many utils folders.