Mercurial > hg > aimc
changeset 69:26d6f1ab0219
- AWS
author | tomwalters |
---|---|
date | Wed, 11 Aug 2010 11:36:00 +0000 |
parents | ab6cce48bf3c |
children | fdf7f3bbcf81 |
files | experiments/scripts/cnbh-syllables/feature_generation/run_mfcc_vtln_conversion.sh experiments/scripts/master.sh |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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