Mercurial > hg > aimc
comparison experiments/scripts/cnbh-syllables/run_training_and_testing/run_test_instance.sh @ 89:2438115a2e63
- AWs
author | tomwalters |
---|---|
date | Thu, 12 Aug 2010 14:21:02 +0000 |
parents | 5ad49a28284f |
children | a5e0232a8c23 |
comparison
equal
deleted
inserted
replaced
88:5ad49a28284f | 89:2438115a2e63 |
---|---|
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 TRAIN_MLF=training_master_label_file |
27 | |
28 DICT=dictionary | |
29 WDNET=word_network | |
27 | 30 |
28 SILENCE=sil | 31 SILENCE=sil |
29 | 32 |
30 THIS_DIR=`dirname $0` | 33 THIS_DIR=`dirname $0` |
31 | 34 |