comparison experiments/scripts/cnbh-syllables/run_training_and_testing/run_test_instance.sh @ 199:cdc4422f78ea

- AWS
author tomwalters
date Thu, 12 Aug 2010 14:16:35 +0000
parents ffc8b7132967
children 2ce665f7c198
comparison
equal deleted inserted replaced
198:ffc8b7132967 199:cdc4422f78ea
21 21
22 # Filenames used here 22 # Filenames used here
23 TRAIN_SCRIPT=training_script 23 TRAIN_SCRIPT=training_script
24 TEST_SCRIPT=testing_script 24 TEST_SCRIPT=testing_script
25 SYLLIST_COMPLETE=syllable_list_with_silence 25 SYLLIST_COMPLETE=syllable_list_with_silence
26 TRAIN_MLF=training_master_label_file
26 27
27 SILENCE=sil 28 SILENCE=sil
28 29
29 THIS_DIR=`dirname $0` 30 THIS_DIR=`dirname $0`
30 31