changeset 354:fcc9fcd04a99

- AWS
author tomwalters
date Wed, 11 Aug 2010 12:43:39 +0000
parents 683df686f40d
children 839a370eb554
files trunk/experiments/scripts/cnbh-syllables/feature_generation/run_hcopy.sh trunk/experiments/scripts/cnbh-syllables/feature_generation/run_mfcc_vtln_conversion.sh trunk/experiments/scripts/master.sh trunk/experiments/scripts/setup_aws_instance.sh
diffstat 4 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/trunk/experiments/scripts/cnbh-syllables/feature_generation/run_hcopy.sh	Wed Aug 11 11:59:20 2010 +0000
+++ b/trunk/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/trunk/experiments/scripts/cnbh-syllables/feature_generation/run_mfcc_vtln_conversion.sh	Wed Aug 11 11:59:20 2010 +0000
+++ b/trunk/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/trunk/experiments/scripts/master.sh	Wed Aug 11 11:59:20 2010 +0000
+++ b/trunk/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/trunk/experiments/scripts/setup_aws_instance.sh	Wed Aug 11 11:59:20 2010 +0000
+++ b/trunk/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