You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to execute a customized Kaldi model, but it doesn't match the Kaldi version in the Kaldi Gstreamer Server Docker container. That is why I should update it. How can I do that?
The text was updated successfully, but these errors were encountered:
You could pull the latest stable version of Kaldi from inside the Docker container, then compile it according to the instructions on http://kaldi-asr.org/doc/install.html#install_download .
However I ran into trouble at compilation time when trying to do this. I am not sure yet what is going wrong.
Your mileage may vary, I suggest trying this solution and seeing how far you get.
I found that the Kaldi version in the Docker container is always latest version whenever the Docker container is ran. As you said, If you pull the latest version of Kaldi inside the Docker container, It may ruin the Dependency of the Docker container I think.
I need to execute a customized Kaldi model, but it doesn't match the Kaldi version in the Kaldi Gstreamer Server Docker container. That is why I should update it. How can I do that?
The text was updated successfully, but these errors were encountered: