alumae / gst-kaldi-nnet2-online

GStreamer plugin around Kaldi's online neural network decoder
Apache License 2.0
185 stars 100 forks source link

make error #94

Closed JaimeOsacar closed 3 years ago

JaimeOsacar commented 4 years ago

Hi everyone. I am facing a similar problem as mrlonely001 ( https://github.com/alumae/gst-kaldi-nnet2-online/issues/92 ) . I'm doing the latest commit and this error appears now:

gstkaldinnet2onlinedecoder.cc: In function 'void kaldi::gst_kaldinnet2onlinedecoder_threaded_decode_segment(kaldi::Gstkaldinnet2onlinedecoder, bool&, int32, kaldi::BaseFloat, kaldi::Vector)': gstkaldinnet2onlinedecoder.cc:1373:68: error: no matching function for call to 'kaldi::SingleUtteranceNnet2DecoderThreaded::SingleUtteranceNnet2DecoderThreaded(kaldi::OnlineNnet2DecodingThreadedConfig&, kaldi::TransitionModel&, kaldi::nnet2::AmNnet&, fst::Fst<fst::ArcTpl<fst::TropicalWeightTpl > >&, kaldi::OnlineNnet2FeaturePipelineInfo&, kaldi::OnlineIvectorExtractorAdaptationState&)' *(filter->adaptation_state));

How can I fix it?

Thanks for your time and help!

alumae commented 3 years ago

Duplicate of #99