Involve dev dataset to build vocabulary in the aishell example

pull/2/head
Yibing Liu 7 years ago
parent 22a882e30b
commit edaed68f33

@ -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."

Loading…
Cancel
Save