comparison trunk/experiments/scripts/cnbh-syllables/run_training_and_testing/test_features.sh @ 385:040a07935a28

- Pass spoke pattern - More bugfixen
author tomwalters
date Tue, 14 Sep 2010 01:00:41 +0000
parents 779bc83bf36c
children 786166d87205
comparison
equal deleted inserted replaced
384:779bc83bf36c 385:040a07935a28
22 feature_code=$9 22 feature_code=$9
23 TRAIN_SCRIPT=${10} 23 TRAIN_SCRIPT=${10}
24 TEST_SCRIPT=${11} 24 TEST_SCRIPT=${11}
25 TRAIN_MLF=${12} 25 TRAIN_MLF=${12}
26 TEST_MLF=${13} 26 TEST_MLF=${13}
27 SPOKE_PATTERN_FILE=${14}
27 28
28 HMMCONFIG=hmm_configuration 29 HMMCONFIG=hmm_configuration
29 30
30 THIS_DIR=`dirname $0` 31 THIS_DIR=`dirname $0`
31 32
47 fi 48 fi
48 49
49 for total_hmm_states in $HMM_STATES_LIST; do 50 for total_hmm_states in $HMM_STATES_LIST; do
50 for mixture_components in $MIXTURE_COMPONENTS_LIST; do 51 for mixture_components in $MIXTURE_COMPONENTS_LIST; do
51 #. $THIS_DIR/run_test_instance.sh & 52 #. $THIS_DIR/run_test_instance.sh &
52 $THIS_DIR/run_test_instance.sh 53 . $THIS_DIR/run_test_instance.sh
53 done 54 done
54 done 55 done
55 echo "Waiting..." 56 echo "Waiting..."
56 wait 57 wait
57 58