Hello ;
i want to use MMIE training in acoustic model , I installed sphinxbase , pocket sphinx , sphinxtrain , everything goes okay , and i have sphinx3_decode and sphinx3_align , i check tatourial about MMIE training in CMU sphinx Wiki :
"" In addition, you need to have the sphinxbase Python module and the SphinxBase shared library (libsphinxbase.so.1) installed or located somewhere where it can be found. This can be achieved by setting PYTHONPATH and LD_LIBRARY_PATH to point to your compiled SphinxBase source tree:
export SPHINXBASE=/path/to/sphinxbase # change this to your sphinxbase source tree
export PYTHONPATH=$SPHINXBASE/python/build/lib.*
export LD_LIBRARY_PATH=$SPHINXBASE/src/libsphinxbase/.libs """
how to check if libsphinxbase.so.1 installed or Where i can found it ?? what does (sphinxbase source tree) mean ?? Is (sphinxbase source tree) path of sphinxbase path before install or after install ?? this steps must for MMIE training or optional ??
Last edit: IT USER 2015-11-22
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Are there any other condtion to run MMIE except put sphinx3_decode and sphinx3_align to the bin directory (\local\libexec\sphinxtrain) .
another question : How know If sphinx3_decode and sphinx3_align compatible with our version sphinxtrain or not ??
Last edit: IT USER 2015-11-26
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello ;
i want to use MMIE training in acoustic model , I installed sphinxbase , pocket sphinx , sphinxtrain , everything goes okay , and i have sphinx3_decode and sphinx3_align , i check tatourial about MMIE training in CMU sphinx Wiki :
"" In addition, you need to have the sphinxbase Python module and the SphinxBase shared library (libsphinxbase.so.1) installed or located somewhere where it can be found. This can be achieved by setting PYTHONPATH and LD_LIBRARY_PATH to point to your compiled SphinxBase source tree:
export SPHINXBASE=/path/to/sphinxbase # change this to your sphinxbase source tree
export PYTHONPATH=$SPHINXBASE/python/build/lib.*
export LD_LIBRARY_PATH=$SPHINXBASE/src/libsphinxbase/.libs """
how to check if libsphinxbase.so.1 installed or Where i can found it ?? what does (sphinxbase source tree) mean ?? Is (sphinxbase source tree) path of sphinxbase path before install or after install ?? this steps must for MMIE training or optional ??
Last edit: IT USER 2015-11-22
Are there any other condtion to run MMIE except put sphinx3_decode and sphinx3_align to the bin directory (\local\libexec\sphinxtrain) .
another question : How know If sphinx3_decode and sphinx3_align compatible with our version sphinxtrain or not ??
Last edit: IT USER 2015-11-26