the command "sphinxtrain run" generates three folders: 000.comp_feat, 05.vector_quantize and 20.ci_hmm
and the log file "an4.makeflat_cihmm.log" :
Current configuration:
[NAME] [DEFLT] [VALUE]
-example no no
-help no no
-mixwfn /Users/fabiano.luz/Dropbox/AIProjects/ASR/sphinxtrain-5prealpha/an4/model_parameters/an4.ci_cont_flatinitial/mixture_weights
-moddeffn /Users/fabiano.luz/Dropbox/AIProjects/ASR/sphinxtrain-5prealpha/an4/model_architecture/an4.ci.mdef
-ndensity 256 1
-nstream 4 1
-tmatfn /Users/fabiano.luz/Dropbox/AIProjects/ASR/sphinxtrain-5prealpha/an4/model_parameters/an4.ci_cont_flatinitial/transition_matrices
-topo /Users/fabiano.luz/Dropbox/AIProjects/ASR/sphinxtrain-5prealpha/an4/model_architecture/an4.topology
INFO: model_def_io.c(573): Model definition info:
INFO: model_def_io.c(574): 34 total models defined (34 base, 0 tri)
INFO: model_def_io.c(575): 136 total states
INFO: model_def_io.c(576): 102 total tied states
INFO: model_def_io.c(577): 102 total tied CI states
INFO: model_def_io.c(578): 34 total tied transition matrices
INFO: model_def_io.c(579): 4 max state/model
INFO: model_def_io.c(580): 4 min state/model
ERROR: "topo_read.c", line 118: Unable to open /Users/fabiano.luz/Dropbox/AIProjects/ASR/sphinxtrain-5prealpha/an4/model_architecture/an4.topology for reading
: No such file or directory
main.c(83): Reading model definition file /Users/fabiano.luz/Dropbox/AIProjects/ASR/sphinxtrain-5prealpha/an4/model_architecture/an4.ci.mdef
main.c(90): 34 models defined
Mon Nov 27 10:39:03 2017
Current configuration:
[NAME] [DEFLT] [VALUE]
-example no no
-help no no
-mixwfn /Users/fabiano.luz/Dropbox/AIProjects/ASR/sphinxtrain-5prealpha/an4/model_parameters/an4.ci_cont_flatinitial/mixture_weights
-moddeffn /Users/fabiano.luz/Dropbox/AIProjects/ASR/sphinxtrain-5prealpha/an4/model_architecture/an4.ci.mdef
-ndensity 256 1
-nstream 4 1
-tmatfn /Users/fabiano.luz/Dropbox/AIProjects/ASR/sphinxtrain-5prealpha/an4/model_parameters/an4.ci_cont_flatinitial/transition_matrices
-topo /Users/fabiano.luz/Dropbox/AIProjects/ASR/sphinxtrain-5prealpha/an4/model_architecture/an4.topology
INFO: model_def_io.c(573): Model definition info:
INFO: model_def_io.c(574): 34 total models defined (34 base, 0 tri)
INFO: model_def_io.c(575): 136 total states
INFO: model_def_io.c(576): 102 total tied states
INFO: model_def_io.c(577): 102 total tied CI states
INFO: model_def_io.c(578): 34 total tied transition matrices
INFO: model_def_io.c(579): 4 max state/model
INFO: model_def_io.c(580): 4 min state/model
ERROR: "topo_read.c", line 118: Unable to open /Users/fabiano.luz/Dropbox/AIProjects/ASR/sphinxtrain-5prealpha/an4/model_architecture/an4.topology for reading
: No such file or directory
main.c(83): Reading model definition file /Users/fabiano.luz/Dropbox/AIProjects/ASR/sphinxtrain-5prealpha/an4/model_architecture/an4.ci.mdef
main.c(90): 34 models defined
Mon Dec 18 15:46:41 2017
Can someone help me?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I reinstalled perl and managed to walk a little. Agora eu tenho o seguinte erro:
Failed to open /Users/fabiano.luz/Dropbox/AIProjects/ASR/sphinxtrain-5prealpha/an4/etc/feat.params: No such file or directory at /usr/local/lib/sphinxtrain/scripts/20.ci_hmm/../lib/SphinxTrain/Util.pm line 652.
Current Overall Likelihood Per Frame = -151.880882996072
Baum welch starting for 1 Gaussian(s), iteration: 2 (1 of 1)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
did you resolve above issue ? I have same issue
Failed to open D:/Sphinx/ara/etc/feat.params: No such file or directory at D:\sphinx\sphinxtrain\scrips\lib/SphinxTrain/Util.pm line 652.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I can't generate the acoustic model for copus an4
Hi everyone, I'm trying to run the acoustic model for sphinxtrain-5prealpha. I am using MAC OS 10.11.6 version.
I installed the packages:
sphinxbase-5prealpha
sphinxtrain-5prealpha
pocketsphinx-5prealpha
according to: https://cmusphinx.github.io/wiki/tutorialam/#configuring-parallel-jobs-to-speedup-the-training
I am using corpus an4 that I downloaded from: http://www.speech.cs.cmu.edu/databases/an4/
in the sphere format audio.
In the fold "sphinxtrain-5prealpha" I am running the commands:
I get it in may output:
the command "sphinxtrain run" generates three folders: 000.comp_feat, 05.vector_quantize and 20.ci_hmm
and the log file "an4.makeflat_cihmm.log" :
If I change the sphinx_train.cfg file:
from:
$CFG_HMM_TYPE = '.cont.'; # Sphinx 4, PocketSphinx
to:
CFG_HMM_TYPE = '.semi.'; # PocketSphinx
I get it:
in this case I do not get any error in the log files, but the run procedure only generates two folders 000.comp_feat and 05.vector_quantize
my file "sphinx_train.cfg" can be viewed at:
https://www.dropbox.com/s/o4yqztb6trh3zg7/sphinx_train.cfg?dl=0
I'm a beginner on sphinx, could anyone help me?
Last edit: Fabiano Luz 2017-11-27
Clone all required packages (sphinxbase, pocketsphinx, sphinxtrain) from github and reinstall them.
I got its in my "an4.makeflat_cihmm.log" file:
Can someone help me?
I reinstalled perl and managed to walk a little. Agora eu tenho o seguinte erro:
did you resolve above issue ? I have same issue
Failed to open D:/Sphinx/ara/etc/feat.params: No such file or directory at D:\sphinx\sphinxtrain\scrips\lib/SphinxTrain/Util.pm line 652.