Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions egs/gale_mandarin/s5/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ mfccdir=mfcc

# spread the mfccs over various machines, as this data-set is quite large.
if [[ $(hostname -f) == *.clsp.jhu.edu ]]; then
mfcc=$(basename mfccdir) # in case was absolute pathname (unlikely), get basename.
mfcc=$(basename $mfccdir) # in case was absolute pathname (unlikely), get basename.
utils/create_split_dir.pl /export/b{05,06,07,08}/$USER/kaldi-data/egs/gale_mandarin/s5/$mfcc/storage \
$mfccdir/storage
fi
Expand Down Expand Up @@ -203,5 +203,3 @@ local/split_wer_per_corpus.sh $galeData >> RESULTS

echo training succedded
exit 0


2 changes: 1 addition & 1 deletion egs/hkust/s5/local/nnet3/run_tdnn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ fi
if [ $stage -le 9 ]; then
if [[ $(hostname -f) == *.clsp.jhu.edu ]] && [ ! -d $dir/egs/storage ]; then
utils/create_split_dir.pl \
/export/b0{5,6,7,8}/$USER/kaldi-data/egs/fisher_swbd-$(date +'%m_%d_%H_%M')/s5/$dir/egs/storage $dir/egs/storage
/export/b0{5,6,7,8}/$USER/kaldi-data/egs/hkust-$(date +'%m_%d_%H_%M')/s5/$dir/egs/storage $dir/egs/storage
fi

steps/nnet3/train_dnn.py --stage=$train_stage \
Expand Down