Mercurial > hg > aimc
comparison trunk/experiments/scripts/master.sh @ 351:a7a6dba4a932
- AWS
author | tomwalters |
---|---|
date | Wed, 11 Aug 2010 11:36:48 +0000 |
parents | 54f37df74ef1 |
children | 683df686f40d |
comparison
equal
deleted
inserted
replaced
350:54f37df74ef1 | 351:a7a6dba4a932 |
---|---|
67 sudo chown `whoami` $FEATURES_ROOT | 67 sudo chown `whoami` $FEATURES_ROOT |
68 fi | 68 fi |
69 | 69 |
70 if [ ! -e /mnt/experiments/htk/.htk_installed_success ]; then | 70 if [ ! -e /mnt/experiments/htk/.htk_installed_success ]; then |
71 ./HTK/install_htk.sh | 71 ./HTK/install_htk.sh |
72 done | 72 fi |
73 | 73 |
74 for SOURCE_SNR in $FEATURE_DIRS; do | 74 for SOURCE_SNR in $FEATURE_DIRS; do |
75 | 75 |
76 if [ ! -e $FEATURES_ROOT/mfcc/$SOURCE_SNR/.make_mfcc_features_success ]; then | 76 if [ ! -e $FEATURES_ROOT/mfcc/$SOURCE_SNR/.make_mfcc_features_success ]; then |
77 mkdir -p $FEATURES_ROOT/mfcc/$SOURCE_SNR/ | 77 mkdir -p $FEATURES_ROOT/mfcc/$SOURCE_SNR/ |