Mercurial > hg > aimc
comparison experiments/scripts/cnbh-syllables/run_training_and_testing/run_test_instance.sh @ 88:5ad49a28284f
- AWS
author | tomwalters |
---|---|
date | Thu, 12 Aug 2010 14:16:35 +0000 |
parents | 0f4fcd0e5ebe |
children | 2438115a2e63 |
comparison
equal
deleted
inserted
replaced
87:0f4fcd0e5ebe | 88:5ad49a28284f |
---|---|
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 |