update repo

This commit is contained in:
嘉渊 2023-05-25 11:34:51 +08:00
parent c97127ab0f
commit 6438023bca

View File

@ -68,3 +68,12 @@ if [ ${stage} -le -1 ] && [ ${stop_stage} -ge -1 ]; then
echo "For downloading data, please refer to https://github.com/wenet-e2e/WenetSpeech."
exit 0;
fi
if [ ${stage} -le 0 ] && [ ${stop_stage} -ge 0 ]; then
echo "stage 0: Data preparation"
# Data preparation
local/wenetspeech_data_prep.sh \
--train-subset $set \
$wenetspeech_data_dir \
data || exit 1;
fi