Mercurial > hg > aimc
comparison experiments/scripts/cnbh-syllables/run_training_and_testing/run_test_instance.sh @ 86:9f0c5ded655c
- AWS (100!)
author | tomwalters |
---|---|
date | Thu, 12 Aug 2010 13:54:26 +0000 |
parents | 9c3cac29f300 |
children | 0f4fcd0e5ebe |
comparison
equal
deleted
inserted
replaced
85:db8f7cf1f3e4 | 86:9f0c5ded655c |
---|---|
9 # FEATURE_SUFFIXES - List of suffixes appended to the feature filenames. For the MFCCs this is just "mfc" but for the AIM feature, there can be multiple features generated from each run of AIMCopy | 9 # FEATURE_SUFFIXES - List of suffixes appended to the feature filenames. For the MFCCs this is just "mfc" but for the AIM feature, there can be multiple features generated from each run of AIMCopy |
10 # WORKING_DIRECTORY - working directory | 10 # WORKING_DIRECTORY - working directory |
11 # SYLLIST_COMPLETE | 11 # SYLLIST_COMPLETE |
12 | 12 |
13 # Filenames generated here | 13 # Filenames generated here |
14 HMMPROTO=hmm_prototype | 14 |
15 # This must be named 'proto' to keep HCompV happy. | |
16 HMMPROTO=proto | |
15 HHED_SCRIPT=hhed_change_components_script | 17 HHED_SCRIPT=hhed_change_components_script |
16 RECOUT=recognition_output | 18 RECOUT=recognition_output |
17 RESULTS_FILE=results | 19 RESULTS_FILE=results |
18 MISCLASSIFIED=misclassified_syllables | 20 MISCLASSIFIED=misclassified_syllables |
19 | 21 |