Acoustic Model Discussions

Flat
How to use newly created acoustic model in Sphinx4
User: mohanraju
Date: 10/14/2010 2:49 am
Views: 6432
Rating: 2

1. I have trained my own acoustic model. To use this I followed using SphinxTrain model help from cmusphinx.

When I execute java -mx312m -jar bin/HelloWorld.jar command I am getting the following error . ============================================= Exception in thread "main" java.lang.RuntimeException: Allocation of search manager resources failed at edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager.allocate(SimpleBreadthFirstSearchManager.java:650) at edu.cmu.sphinx.decoder.AbstractDecoder.allocate(AbstractDecoder.java:87) at edu.cmu.sphinx.recognizer.Recognizer.allocate(Recognizer.java:168) at edu.cmu.sphinx.demo.helloworld.HelloWorld.main(HelloWorld.java:40) Caused by: java.io.IOException: Invalid checksum 64eca14c must be 3e81b3e4 at edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader.validateChecksum(Sphinx3Loader.java:695) at edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader.loadDensityFileBinary(Sphinx3Loader.java:581) at edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader.loadModelFiles(Sphinx3Loader.java:360) at edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader.load(Sphinx3Loader.java:305) at edu.cmu.sphinx.linguist.acoustic.tiedstate.TiedStateAcousticModel.allocate(TiedStateAcousticModel.java:116) at edu.cmu.sphinx.linguist.flat.FlatLinguist.allocateAcousticModel(FlatLinguist.java:314) at edu.cmu.sphinx.linguist.flat.FlatLinguist.allocate(FlatLinguist.java:299) at edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager.allocate(SimpleBreadthFirstSearchManager.java:646) ... 3 more

=======================

How to get rid from this error.

 

--- (Edited on 10/14/2010 2:49 am [GMT-0500] by mohanraju) ---

Re: How to use newly created acoustic model in Sphinx4
User: kmaclean
Date: 10/16/2010 10:48 am
Views: 2930
Rating: 2

>java.io.IOException: Invalid checksum 64eca14c must be

>3e81b3e4

Looks like there might be an error in your JAR file - Did you try downloading it again

 

--- (Edited on 10/16/2010 10:48 am [GMT-0500] by Visitor) ---

PreviousNext