asr-server icon indicating copy to clipboard operation
asr-server copied to clipboard

Getting error for my own model

Open boleamol opened this issue 5 years ago • 2 comments

ERROR (fcgi-nnet3-decoder[5.5.268~1-f9828]:DecodableNnetLoopedOnlineBase():decodable-online-looped.cc:50) Ivector feature dimension mismatch: got -1 but network expects 100

[ Stack-Trace: ] kaldi::MessageLogger::LogMessage() const kaldi::MessageLogger::LogAndThrow::operator=(kaldi::MessageLogger const&) kaldi::nnet3::DecodableNnetLoopedOnlineBase::DecodableNnetLoopedOnlineBase(kaldi::nnet3::DecodableNnetSimpleLoopedInfo const&, kaldi::OnlineFeatureInterface*, kaldi::OnlineFeatureInterface*) kaldi::SingleUtteranceNnet3DecoderTpl<fst::Fst<fst::ArcTpl<fst::TropicalWeightTpl > > >::SingleUtteranceNnet3DecoderTpl(kaldi::LatticeFasterDecoderConfig const&, kaldi::TransitionModel const&, kaldi::nnet3::DecodableNnetSimpleLoopedInfo const&, fst::Fst<fst::ArcTpl<fst::TropicalWeightTpl > > const&, kaldi::OnlineNnet2FeaturePipeline*) apiai::Nnet3LatgenFasterDecoder::InputStarted() apiai::OnlineDecoder::Decode(apiai::Request&, apiai::Response&) apiai::FcgiDecodingApp::ProcessingRoutine(apiai::Decoder&) apiai::FcgiDecodingApp::Run(int, char**) main __libc_start_main _start

boleamol avatar Mar 29 '19 12:03 boleamol

asr-server code is pretty old by now, I assume kaldi had new types of models. There could be some incompatibility here or you just do not load it correctly.

realill avatar Mar 29 '19 16:03 realill

hey , then what alternate kaldi server we should use for production.

krupalkp97 avatar Nov 13 '19 07:11 krupalkp97