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 meet a error as follows: ERROR (speech-aligner[5.4.215~4-f2b7]:Input():util/kaldi-io.cc:756) Error opening input stream res/tree
The text was updated successfully, but these errors were encountered:
/bin/speech-aligner --config=egs/cn_phn/conf/align.conf egs/cn_phn/data/wav.scp egs/cn_phn/data/text egs/cn_phn/data/out.ali ERROR (speech-aligner[5.4.215~4-f2b7]:Input():util/kaldi-io.cc:756) Error opening input stream res/tree
[ Stack-Trace: ] kaldi::MessageLogger::HandleMessage(kaldi::LogMessageEnvelope const&, char const*) kaldi::MessageLogger::~MessageLogger() kaldi::Input::Input(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, bool*) main __libc_start_main _start
Sorry, something went wrong.
这个问题怎么解决???
incurrect path. run it like this:
cd egs/cn_phn /bin/speech-aligner --config=conf/align.conf data/wav.scp data/text data/out.ali
incurrect path. run it like this: cd egs/cn_phn ../../bin/speech-aligner --config=conf/align.conf data/wav.scp data/text data/out.ali
cd egs/cn_phn ../../bin/speech-aligner --config=conf/align.conf data/wav.scp data/text data/out.ali
Solved! THX!
No branches or pull requests
I meet a error as follows:
ERROR (speech-aligner[5.4.215~4-f2b7]:Input():util/kaldi-io.cc:756) Error opening input stream res/tree
The text was updated successfully, but these errors were encountered: