Mercurial > hg > aimc
diff trunk/experiments/scripts/cnbh-syllables/run_training_and_testing/test_features.sh @ 357:dcabd87581b5
- AWS
author | tomwalters |
---|---|
date | Wed, 11 Aug 2010 22:53:59 +0000 |
parents | 4bf6d5bb232e |
children | f448f6bc9574 |
line wrap: on
line diff
--- a/trunk/experiments/scripts/cnbh-syllables/run_training_and_testing/test_features.sh Wed Aug 11 17:29:51 2010 +0000 +++ b/trunk/experiments/scripts/cnbh-syllables/run_training_and_testing/test_features.sh Wed Aug 11 22:53:59 2010 +0000 @@ -21,18 +21,10 @@ FEATURE_SIZE=$8 FEATURE_TYPE=$9 - TRAIN_SPEAKERS=train_speakers TEST_SPEAKERS=test_speakers -# These are not -SYLLIST_COMPLETE=syllist -GRAM=gram -DICT=dict -WDNET=wdnet -TRAIN_MLF=train.mlf -TEST_MLF=test.mlf -HMMCONFIG=hmmconfig +HMMCONFIG=hmm_configuration if [ "$FEATURE_TYPE" == "MFCC_0_D_A"] @@ -52,8 +44,8 @@ EOF fi -for total_hmm_states in 3 4 5 6 7 8; do - for mixture_components in 1 2 3 4 5 6 7; do +for total_hmm_states in $HMM_STATES_LIST; do + for mixture_components in $MIXTURE_COMPONENTS_LIST; do . run_test_instance.sh & done done