Mercurial > hg > aimc
comparison experiments/scripts/master.sh @ 130:d52c80cc05b6
- New AIMCopy
author | tomwalters |
---|---|
date | Mon, 25 Oct 2010 00:30:22 +0000 |
parents | e0130f838e10 |
children | 517a7563985a |
comparison
equal
deleted
inserted
replaced
129:e0130f838e10 | 130:d52c80cc05b6 |
---|---|
32 FEATURES_ROOT=$WORKING_VOLUME/003-features/ | 32 FEATURES_ROOT=$WORKING_VOLUME/003-features/ |
33 HMMS_ROOT=$WORKING_VOLUME/004-hmms/ | 33 HMMS_ROOT=$WORKING_VOLUME/004-hmms/ |
34 HTK_ROOT=$WORKING_VOLUME/software/htk/ | 34 HTK_ROOT=$WORKING_VOLUME/software/htk/ |
35 AIMC_ROOT=$WORKING_VOLUME/software/aimc/ | 35 AIMC_ROOT=$WORKING_VOLUME/software/aimc/ |
36 | 36 |
37 AIMCOPY_CONFIGURATION_FILE=./cnbh-syllables/feature_generation/ssi_profile_features.aimcopyconfig | 37 THIS_DIR=`basename $0` |
38 AIMCOPY_CONFIGURATION_FILE=$THIS_DIR/cnbh-syllables/feature_generation/ssi_profile_features.aimcopycfg | |
38 | 39 |
39 # Number of cores on the experimental machine. Various scripts will try to use | 40 # Number of cores on the experimental machine. Various scripts will try to use |
40 # this if it's set. | 41 # this if it's set. |
41 # NUMBER_OF_CORES=8 | 42 # NUMBER_OF_CORES=8 |
42 | 43 |
98 fi | 99 fi |
99 | 100 |
100 if [ ! -e $AIMC_ROOT/.aimc_build_success ]; then | 101 if [ ! -e $AIMC_ROOT/.aimc_build_success ]; then |
101 ./aimc/build_aimc.sh $AIMC_ROOT | 102 ./aimc/build_aimc.sh $AIMC_ROOT |
102 fi | 103 fi |
104 export PATH=$PATH:$AIMC_ROOT/build/posix-release/ | |
103 | 105 |
104 for SOURCE_SNR in $FEATURE_DIRS; do | 106 for SOURCE_SNR in $FEATURE_DIRS; do |
105 if [ ! -e $FEATURES_ROOT/mfcc/$SOURCE_SNR/.make_mfcc_features_success ]; then | 107 if [ ! -e $FEATURES_ROOT/mfcc/$SOURCE_SNR/.make_mfcc_features_success ]; then |
106 mkdir -p $FEATURES_ROOT/mfcc/$SOURCE_SNR/ | 108 mkdir -p $FEATURES_ROOT/mfcc/$SOURCE_SNR/ |
107 # Generate the list of files to convert | 109 # Generate the list of files to convert |