alumae / gst-kaldi-nnet2-online

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

multithread using whit sharing same model weight #101

Open shatealaboxiaowang opened 3 years ago

shatealaboxiaowang commented 3 years ago

Dear: Thank you for your sharing, and I have a question, Can I share a model with multiple worker processes? Looking forward to your reply. Thank you!

alumae commented 3 years ago

No.

shatealaboxiaowang commented 2 years ago

No.

Thanks for your reply! I want to know why it can’t, can’t it be achieved by setting the model and fst files as shared static variables?