提交 9cfca9fc 编写于 作者: H Hui Zhang

fix dataset dir

上级 0838e2ce
......@@ -3,7 +3,7 @@
# download data, generate manifests
PYTHONPATH=.:$PYTHONPATH python3 local/aishell.py \
--manifest_prefix="data/manifest" \
--target_dir="./dataset/aishell"
--target_dir="${MAIN_ROOT}/dataset/aishell"
if [ $? -ne 0 ]; then
echo "Prepare Aishell failed. Terminated."
......
......@@ -3,7 +3,7 @@
# download data, generate manifests
PYTHONPATH=.:$PYTHONPATH python3 local/librispeech.py \
--manifest_prefix="data/manifest" \
--target_dir="./dataset/librispeech" \
--target_dir="{MAIN_ROOT}/dataset/librispeech" \
--full_download="True"
if [ $? -ne 0 ]; then
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册