With the new release of pocketsphinx 0.6.1 I am finding 100% errors on Windows
XP. For every utterance the error message is
ERROR: "fsg_search.c", line 1092: Final state not reached in frame 248.
When sphinxbase is compiled for floating point then everything works fine.
Pankaj
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Am I missing something? When the new release of Pocketsphinx 0.6.1 is compiled
for fixed point support with VS2008, I am getting 100 % errors.
The error message is "ERROR: "fsg_search.c", line 1092: Final state not
reached in frame 248. ".
The decoding happens properly when pocketsphinx is compiled for floating
point. Ver 0.6 worked properly with both floating point as well as fixed
point.
Regards
Pankaj
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Should I run sphinx_fe.exe or should I use the option -mfclogdir while running
pocketsphinx_batch.exe to compare the results in floating point and fixed
point mode.
Pankaj
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Doesn't matter, you can try both. Which one you like :) It's only important
that feature values must be the same or at least look similar both in fixed
and floating points.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The comparison of mfc files shows vast difference between floating point and
fixed point results.
Fixed point mfc files contain a large no of zeroes. I have attached the links
for the mfc files.
The decoding is happening correctly in floating point mode.
Has anybody come across errors with fixed point implementation in the latest
release of pocketsphinx 0.6.1 on Windows XP.
My observation is that floating point version is working properly but fixed
point version is giving 100 % errors.
I am using hub4wsj_sc_8k. When the features generated are compared a vast
difference is seen between the results of fixed point mfcs and floating point
mfcs.
I have given the links for a sample audio and the corresponding mfc files.
I've got one idea. It will take ages for me to reboot on windows and debug
this issue. Can you just checkout few versions from subversion in 0.6 branch
between 0.6.1 and 0.6 and test which change broke the fixed poiint? That will
give very good hint and allow to fix the issue.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sorry, but the sources in this version and released sources are identical,
aren't they? Can you check that release has this bug? Probably there was some
issue with build.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Can you try to unpack the sphinxbase release 0.6.1 and remove the file
include/sphinx_config.h. I have an idea that this file conflicts
with include/win32/sphinx_config.h and because of that build is broken.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
when I load spanish acoustic model (H4.cd_continuous_8gau) and the dictionary
(H4.dict) with both comands: -hmm and -dict and the path, and I load jsgf too
like this:
Please start a new thread. I don't think your problem is related. You see that
problem was solved already
Provide command line you are using
Provide infromation about pocketsphinx and sphinxbase versions
Provide full pocketsphinx output.
Make sure you properly configured frontend for spanish model (it uses -feat
s3_1x39 feature type)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
With the new release of pocketsphinx 0.6.1 I am finding 100% errors on Windows
XP. For every utterance the error message is
ERROR: "fsg_search.c", line 1092: Final state not reached in frame 248.
When sphinxbase is compiled for floating point then everything works fine.
Pankaj
Am I missing something? When the new release of Pocketsphinx 0.6.1 is compiled
for fixed point support with VS2008, I am getting 100 % errors.
The error message is "ERROR: "fsg_search.c", line 1092: Final state not
reached in frame 248. ".
The decoding happens properly when pocketsphinx is compiled for floating
point. Ver 0.6 worked properly with both floating point as well as fixed
point.
Regards
Pankaj
It might be the bug. First of all you need to check the feature extraction
code (sphinx_fe) to return same values with fixed point as with floating.
Should I run sphinx_fe.exe or should I use the option -mfclogdir while running
pocketsphinx_batch.exe to compare the results in floating point and fixed
point mode.
Pankaj
Doesn't matter, you can try both. Which one you like :) It's only important
that feature values must be the same or at least look similar both in fixed
and floating points.
Hi
The comparison of mfc files shows vast difference between floating point and
fixed point results.
Fixed point mfc files contain a large no of zeroes. I have attached the links
for the mfc files.
The decoding is happening correctly in floating point mode.
http://www.mediafire.com/download.php?g66ylghbo519wi3
http://www.mediafire.com/download.php?1qbjk8wpcwq1t3f
Pankaj
Has anybody come across errors with fixed point implementation in the latest
release of pocketsphinx 0.6.1 on Windows XP.
My observation is that floating point version is working properly but fixed
point version is giving 100 % errors.
I am using hub4wsj_sc_8k. When the features generated are compared a vast
difference is seen between the results of fixed point mfcs and floating point
mfcs.
I have given the links for a sample audio and the corresponding mfc files.
http://www.mediafire.com/?j0s4858mkc73zec
http://www.mediafire.com/download.php?g66ylghbo519wi3
http://www.mediafire.com/download.php?1qbjk8wpcwq1t3f
Thanks in advance for the help
Pankaj
Sorry pankaj, I didn't have time to check the problem this week. I will look
soon.
Hello Pankaj
I've got one idea. It will take ages for me to reboot on windows and debug
this issue. Can you just checkout few versions from subversion in 0.6 branch
between 0.6.1 and 0.6 and test which change broke the fixed poiint? That will
give very good hint and allow to fix the issue.
Hi nsmhyrev,
Yes I will do that.
Hello nshmyrev,
I am wondering how to access the interim versions. Can they be checked out
through a web browser.
Pankaj
Yes, go here
http://cmusphinx.svn.sourceforge.net/viewvc/cmusphinx/branches/pocketsphinx-0
.6/
See "Download GNU tarball" link in the bottom
See revision history here:
http://cmusphinx.svn.sourceforge.net/viewvc/cmusphinx/branches/pocketsphinx-0
.6/?view=log
To checkout specific revision visit
http://cmusphinx.svn.sourceforge.net/viewvc/cmusphinx/branches/pocketsphinx-0
.6/?pathrev=<number>
For example
http://cmusphinx.svn.sourceforge.net/viewvc/cmusphinx/branches/pocketsphinx-0
.6/?pathrev=9984
Hi nshmyrev,
I dont know whether I am correct or not but my observation is as under:
When the rev 10344 (which seems to be the latest revision) is checked out,
then no errors are observed in fixed point implementation.
http://cmusphinx.svn.sourceforge.net/viewvc/cmusphinx/branches/pocketsphinx-0
.6/?pathrev=10344
The errors were seen only when the sources were downloaded from the release
i.e https://sourceforge.net/projects/cmusphinx/files/pocketsphinx/0.6.1
& https://sourceforge.net/projects/cmusphinx/files/sphinxbase/0.6.1
Sorry, but the sources in this version and released sources are identical,
aren't they? Can you check that release has this bug? Probably there was some
issue with build.
Hi nshmyrev,
The bug is found only when the release version is compiled. When the sources
obtained from SVN are compiled, fixed point error is not observed.
Hello Pankaj
Can you try to unpack the sphinxbase release 0.6.1 and remove the file
include/sphinx_config.h. I have an idea that this file conflicts
with include/win32/sphinx_config.h and because of that build is broken.
Hi Nshmyrev,
Yes, after removing the file include/sphinx_config.h the problem got removed.
Thank you very much.
Pankaj
Thanks, this issue is now fixed in trunk and in 0.6 branch
hi nikolay,
when I load spanish acoustic model (H4.cd_continuous_8gau) and the dictionary
(H4.dict) with both comands: -hmm and -dict and the path, and I load jsgf too
like this:
and load with this -jsgf and the path.
I run my program and I get that:
I think that it is posible who was the same problem, I read all of this thread
but I can't understand anything
any idea that what must I do?
Please start a new thread. I don't think your problem is related. You see that
problem was solved already
Provide command line you are using
Provide infromation about pocketsphinx and sphinxbase versions
Provide full pocketsphinx output.
Make sure you properly configured frontend for spanish model (it uses -feat
s3_1x39 feature type)