# HG changeset patch # User tomwalters # Date 1281526560 0 # Node ID e963e6bd5d9003ae5470b63258496ee6f13c21db # Parent 7a9e0843000049ac0c51cf393ee2ed98d2a4a342 - AWS diff -r 7a9e08430000 -r e963e6bd5d90 experiments/scripts/cnbh-syllables/feature_generation/run_mfcc_vtln_conversion.sh --- a/experiments/scripts/cnbh-syllables/feature_generation/run_mfcc_vtln_conversion.sh Wed Aug 11 11:27:07 2010 +0000 +++ b/experiments/scripts/cnbh-syllables/feature_generation/run_mfcc_vtln_conversion.sh Wed Aug 11 11:36:00 2010 +0000 @@ -2,7 +2,7 @@ # HCOPY=`which HCopy` -if [ $HCOPY == "" ]; then +if [ $HCOPY -eq "" ]; then echo "Please build HTK and make the binaries available in the path" fi diff -r 7a9e08430000 -r e963e6bd5d90 experiments/scripts/master.sh --- a/experiments/scripts/master.sh Wed Aug 11 11:27:07 2010 +0000 +++ b/experiments/scripts/master.sh Wed Aug 11 11:36:00 2010 +0000 @@ -67,6 +67,10 @@ sudo chown `whoami` $FEATURES_ROOT fi +if [ ! -e /mnt/experiments/htk/.htk_installed_success ]; then + ./HTK/install_htk.sh +done + for SOURCE_SNR in $FEATURE_DIRS; do if [ ! -e $FEATURES_ROOT/mfcc/$SOURCE_SNR/.make_mfcc_features_success ]; then