Skip to content
Snippets Groups Projects
Commit 3a984f99 authored by Daniel Povey's avatar Daniel Povey Committed by GitHub
Browse files

Merge pull request #800 from jfainberg/yesno_path

yesno recipe data prep: paths to absolute + misc. 
parents 50a50fb5 b6424584
No related branches found
No related tags found
No related merge requests found
......@@ -12,9 +12,10 @@ train_base_name=train_yesno
test_base_name=test_yesno
waves_dir=$1
ls -1 $waves_dir > data/local/waves_all.list
cd data/local
ls -1 ../../$waves_dir > waves_all.list
../../local/create_yesno_waves_test_train.pl waves_all.list waves.test waves.train
../../local/create_yesno_wav_scp.pl ${waves_dir} waves.test > ${test_base_name}_wav.scp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment