嘉渊
2023-05-10 2793afe461ab1bc6bfa2748df878aa8fffb48348
update repo
1个文件已修改
2 ■■■ 已修改文件
egs/librispeech_100h/conformer/run.sh 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
egs/librispeech_100h/conformer/run.sh
@@ -79,7 +79,7 @@
if [ ${stage} -le 0 ] && [ ${stop_stage} -ge 0 ]; then
    echo "stage 0: Data preparation"
    # Data preparation
    for x in train-clean-100 train-clean-360 train-other-500 dev-clean dev-other test-clean test-other; do
    for x in dev-clean dev-other test-clean test-other train-clean-100; do
        local/data_prep.sh ${raw_data}/LibriSpeech/${x} ${feats_dir}/data/${x//-/_}
    done
fi