Mercurial > hg > aimc
changeset 184:b44be313367b
- AWS
author | tomwalters |
---|---|
date | Wed, 11 Aug 2010 12:43:39 +0000 |
parents | d961cc31ef69 |
children | 550d0d6bffe5 |
files | experiments/scripts/cnbh-syllables/feature_generation/run_hcopy.sh experiments/scripts/cnbh-syllables/feature_generation/run_mfcc_vtln_conversion.sh experiments/scripts/master.sh experiments/scripts/setup_aws_instance.sh |
diffstat | 4 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/experiments/scripts/cnbh-syllables/feature_generation/run_hcopy.sh Wed Aug 11 11:59:20 2010 +0000 +++ b/experiments/scripts/cnbh-syllables/feature_generation/run_hcopy.sh Wed Aug 11 12:43:39 2010 +0000 @@ -54,7 +54,7 @@ echo " tasks..." for ((c=1;c<=$MACHINE_CORES;c+=1)); do s=${splits[$element]} - HCopy -T 1 -C $WORK/$HCOPY_CONFIG -S $s & + HCopy -T 1 -C $FEATURES_DIR/${HCOPY_CONFIG} -S $s & let element=element+1 done
--- a/experiments/scripts/cnbh-syllables/feature_generation/run_mfcc_vtln_conversion.sh Wed Aug 11 11:59:20 2010 +0000 +++ b/experiments/scripts/cnbh-syllables/feature_generation/run_mfcc_vtln_conversion.sh Wed Aug 11 12:43:39 2010 +0000 @@ -148,7 +148,7 @@ #echo "Splitting data files..." #cat $WORK/${TRAIN_LIST} $WORK/${TEST_LIST} > $WORK/${COMBINED_LIST} -for TALKER in $(cat $FEATURES_DIR/$TALKERS); do +for TALKER in $(cat $FEATURES_DIR/${TALKERS}.tmp); do cp $FEATURES_DIR/${HCOPY_CONFIG} $FEATURES_DIR/${HCOPY_CONFIG}_$TALKER scale=`echo $speaker | sed 's/.*p//' | sed 's/s.*//'` warpfactor=0`echo "scale=4; 100.0/$scale" | bc`
--- a/experiments/scripts/master.sh Wed Aug 11 11:59:20 2010 +0000 +++ b/experiments/scripts/master.sh Wed Aug 11 12:43:39 2010 +0000 @@ -16,7 +16,7 @@ # Number of cores on the experimental machine. Various scripts will try to use # this if it's set. -NUMBER_OF_CORES=2 +NUMBER_OF_CORES=1 # Fail if any command fails set -e @@ -71,7 +71,7 @@ ./HTK/install_htk.sh fi -if [ ! -e /mnt/experiments/aimc/.aimc_build_success]; then +if [ ! -e /mnt/experiments/aimc/.aimc_build_success ]; then # ./aimc/build_aimc.sh cd ../../ scons
--- a/experiments/scripts/setup_aws_instance.sh Wed Aug 11 11:59:20 2010 +0000 +++ b/experiments/scripts/setup_aws_instance.sh Wed Aug 11 12:43:39 2010 +0000 @@ -14,7 +14,7 @@ # For 64-bit systems, uncomment this line: # sudo apt-get -y install libc6-dev-i386 -sudo mkdir /mnt/aimc +sudo mkdir -p /mnt/aimc sudo chown ubuntu /mnt/aimc cd /mnt/aimc svn checkout http://aimc.googlecode.com/svn/trunk/ aimc-read-only