Mercurial > hg > aimc
changeset 86:9f0c5ded655c
- AWS (100!)
author | tomwalters |
---|---|
date | Thu, 12 Aug 2010 13:54:26 +0000 |
parents | db8f7cf1f3e4 |
children | 0f4fcd0e5ebe |
files | experiments/scripts/cnbh-syllables/feature_generation/gen_hcopy_aimcopy_script.sh experiments/scripts/cnbh-syllables/feature_generation/run_mfcc_vtln_conversion.sh experiments/scripts/cnbh-syllables/run_training_and_testing/run_test_instance.sh experiments/scripts/master.sh |
diffstat | 4 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/experiments/scripts/cnbh-syllables/feature_generation/gen_hcopy_aimcopy_script.sh Thu Aug 12 12:25:36 2010 +0000 +++ b/experiments/scripts/cnbh-syllables/feature_generation/gen_hcopy_aimcopy_script.sh Thu Aug 12 13:54:26 2010 +0000 @@ -36,6 +36,7 @@ fi for v in $VOWELS; do + echo $v$v >> $FEATURES_DIR/$SYLLIST.tmp.tmp for c in $CONSONANTS; do echo $v$c >> $FEATURES_DIR/$SYLLIST.tmp.tmp echo $c$v >> $FEATURES_DIR/$SYLLIST.tmp.tmp
--- a/experiments/scripts/cnbh-syllables/feature_generation/run_mfcc_vtln_conversion.sh Thu Aug 12 12:25:36 2010 +0000 +++ b/experiments/scripts/cnbh-syllables/feature_generation/run_mfcc_vtln_conversion.sh Thu Aug 12 13:54:26 2010 +0000 @@ -33,6 +33,7 @@ fi for v in $VOWELS; do + echo $v$v >> $FEATURES_DIR/$SYLLIST.tmp.tmp for c in $CONSONANTS; do echo $v$c >> $FEATURES_DIR/$SYLLIST.tmp.tmp echo $c$v >> $FEATURES_DIR/$SYLLIST.tmp.tmp
--- a/experiments/scripts/cnbh-syllables/run_training_and_testing/run_test_instance.sh Thu Aug 12 12:25:36 2010 +0000 +++ b/experiments/scripts/cnbh-syllables/run_training_and_testing/run_test_instance.sh Thu Aug 12 13:54:26 2010 +0000 @@ -11,7 +11,9 @@ # SYLLIST_COMPLETE # Filenames generated here -HMMPROTO=hmm_prototype + +# This must be named 'proto' to keep HCompV happy. +HMMPROTO=proto HHED_SCRIPT=hhed_change_components_script RECOUT=recognition_output RESULTS_FILE=results
--- a/experiments/scripts/master.sh Thu Aug 12 12:25:36 2010 +0000 +++ b/experiments/scripts/master.sh Thu Aug 12 13:54:26 2010 +0000 @@ -125,6 +125,7 @@ FEATURE_SIZE=39 FEATURE_TYPE=MFCC_0_D_A +SOURCE_SNR="clean" TALKERS=inner_talkers WORK=$HMMS_ROOT/$FEATURE_CLASS/$FEATURE_SUFFIX/$SOURCE_SNR/$TALKERS/ mkdir -p $WORK