# HG changeset patch # User tomwalters # Date 1281526560 0 # Node ID 26d6f1ab0219dbd02706ffd4b47bcce04db1055c # Parent ab6cce48bf3c0a146e83322587f5b0c60040f7fd - AWS diff -r ab6cce48bf3c -r 26d6f1ab0219 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 ab6cce48bf3c -r 26d6f1ab0219 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