We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
egs/cmu_cslu_kids
1 parent 7b762b1 commit 83c9865Copy full SHA for 83c9865
egs/cmu_cslu_kids/s5/run.sh
@@ -25,9 +25,11 @@ mkdir -p data/local
25
if [ $stage -le 0 ]; then
26
# Make soft link to the corpora
27
if [ ! -e cmu_kids ]; then
28
+ if [ ! -d $cmu_kids/kids ]; then echo "ERROR: Expected to find a directory called 'kids' in $cmu_kids. Exiting." && exit 1; fi
29
ln -sf $cmu_kids cmu_kids
30
fi
31
if [ ! -e cslu ]; then
32
+ if [ ! -d $cslu_kids/speech ]; then echo "ERROR: Expected to find a directory called 'speech' in $cslu_kids. Exiting." && exit 1; fi
33
ln -sf $cslu_kids cslu
34
35
0 commit comments