Skip to content

Commit

Permalink
Merge pull request #453 from kuke/fix_aishell
Browse files Browse the repository at this point in the history
Involve dev dataset to build vocabulary in the aishell example
  • Loading branch information
Yibing Liu committed Nov 12, 2017
2 parents 8fe0c21 + b5a837c commit d44399f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deep_speech_2/examples/aishell/run_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fi
python tools/build_vocab.py \
--count_threshold=0 \
--vocab_path='data/aishell/vocab.txt' \
--manifest_paths='data/aishell/manifest.train'
--manifest_paths 'data/aishell/manifest.train' 'data/aishell/manifest.dev'

if [ $? -ne 0 ]; then
echo "Build vocabulary failed. Terminated."
Expand Down

0 comments on commit d44399f

Please sign in to comment.