Mercurial > hg > aimc
comparison trunk/experiments/scripts/master.sh @ 376:366821b2d155
- AWS
author | tomwalters |
---|---|
date | Fri, 13 Aug 2010 10:48:20 +0000 |
parents | ba7037c15192 |
children | d318c1eb9a43 |
comparison
equal
deleted
inserted
replaced
375:7397a93e471f | 376:366821b2d155 |
---|---|
11 # SYLLABLES_DATABASE_URL - URL of a tar file containing the CNBH syllables | 11 # SYLLABLES_DATABASE_URL - URL of a tar file containing the CNBH syllables |
12 # database in FLAC format | 12 # database in FLAC format |
13 # HTK_USERNAME and HTK_PASSWORD - username and password for the site at | 13 # HTK_USERNAME and HTK_PASSWORD - username and password for the site at |
14 # http://htk.eng.cam.ac.uk/ | 14 # http://htk.eng.cam.ac.uk/ |
15 | 15 |
16 | |
17 # Set these to be the location of your input database, and desired output | 16 # Set these to be the location of your input database, and desired output |
18 # locations. | 17 # locations. |
19 SYLLABLES_DATABASE_TAR=/mnt/sounds/cnbh-syllables.tar | 18 SYLLABLES_DATABASE_TAR=/mnt/sounds/cnbh-syllables.tar |
20 SOUNDS_ROOT=/mnt/experiments/sounds/ | 19 SOUNDS_ROOT=/mnt/experiments/sounds/ |
21 FEATURES_ROOT=/mnt/experiments/features/ | 20 FEATURES_ROOT=/mnt/experiments/features/ |
140 $WORK \ | 139 $WORK \ |
141 $FEATURES_DIR \ | 140 $FEATURES_DIR \ |
142 $FEATURE_SUFFIX | 141 $FEATURE_SUFFIX |
143 | 142 |
144 TESTING_SCRIPT=$WORK/testing_script | 143 TESTING_SCRIPT=$WORK/testing_script |
144 TESTING_MASTER_LABEL_FILE=$HMMS_ROOT/$FEATURE_CLASS/$FEATURE_SUFFIX/$SOURCE_SNR/$TALKERS/testing_master_label_file | |
145 | 145 |
146 ./cnbh-syllables/run_training_and_testing/gen_htk_base_files.sh $WORK | 146 ./cnbh-syllables/run_training_and_testing/gen_htk_base_files.sh $WORK |
147 | 147 |
148 ./cnbh-syllables/run_training_and_testing/test_features.sh \ | 148 ./cnbh-syllables/run_training_and_testing/test_features.sh \ |
149 "$WORK" \ | 149 "$WORK" \ |
155 "$TESTING_ITERATIONS" \ | 155 "$TESTING_ITERATIONS" \ |
156 "$FEATURE_SIZE" \ | 156 "$FEATURE_SIZE" \ |
157 "$FEATURE_TYPE" \ | 157 "$FEATURE_TYPE" \ |
158 "$TRAINING_SCRIPT" \ | 158 "$TRAINING_SCRIPT" \ |
159 "$TESTING_SCRIPT" \ | 159 "$TESTING_SCRIPT" \ |
160 "$TRAINING_MASTER_LABEL_FILE" | 160 "$TRAINING_MASTER_LABEL_FILE" \ |
161 "$TESTING_MASTER_LABEL_FILE" | |
161 done | 162 done |
162 } | 163 } |
163 | 164 |
164 | 165 |
165 ######################## | 166 ######################## |