VoxForge
i am new to sphinxtrain, i am trying to develop the acoustic model for isolated words
while running " perl scripts_pl/20.ci_hmm/slave_convg.pl " the following error occurs
MODULE: 20 Training Context Independent models
Phase 1: Cleaning up directories:
accumulator...logs...qmanager...models...
Phase 2: Flat initialize
FATAL_ERROR: "corpus.c", line 353: Control file line must be '<path> [<sf> <ef> [<id>]]', instead saw 'train/kili1 '
WARNING: This step had 0 ERROR messages and 3 WARNING messages. Please check the log file for details.
Phase 1: Cleaning up directories:
accumulator... logs... qmanager... models... completed
Phase 2: Flat initialize
mk_mdef_gen Log File
completed
mk_flat Log File
completed
init_gau Log File
FATAL_ERROR: "corpus.c", line 353: Control file line must be ' [ []]', instead saw 'train/kili1 '
WARNING: This step had 0 ERROR messages and 3 WARNING messages. Please check the log file for details.
FAILED
FATAL_ERROR: "corpus.c", line 353: Control file line must be '<path> [<sf> <ef> [<id>]]', instead saw 'train/kili1 '
instead of giving path "'train/kili1" of file ids directely give the name of the file ids like "kili1_train.fileids".
i think this will be fine .