Mercurial > hg > aimc
changeset 350:54f37df74ef1
- AWS
author | tomwalters |
---|---|
date | Wed, 11 Aug 2010 11:36:00 +0000 |
parents | 89b49df39ce6 |
children | a7a6dba4a932 |
files | trunk/experiments/scripts/cnbh-syllables/feature_generation/run_mfcc_vtln_conversion.sh trunk/experiments/scripts/master.sh |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/trunk/experiments/scripts/cnbh-syllables/feature_generation/run_mfcc_vtln_conversion.sh Wed Aug 11 11:27:07 2010 +0000 +++ b/trunk/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/trunk/experiments/scripts/master.sh Wed Aug 11 11:27:07 2010 +0000 +++ b/trunk/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