Skip to content

Commit

Permalink
Merge pull request #4953 from boeddeker/patch-1
Browse files Browse the repository at this point in the history
Fix in gen_task1_data.sh from CHiME7
  • Loading branch information
sw005320 committed Mar 21, 2023
2 parents 7561cc7 + 9f477d4 commit 0b24151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egs2/chime7_task1/asr1/local/gen_task1_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if [ ${stage} -le 0 ] && ! contains $skip_stages 0 ; then
wget https://s3.amazonaws.com/dipco/DiPCo.tgz -O ${dipco_root}/dipco.tgz
fi

if ! [-d "${dipco_root}/audio"]; then
if ! [ -d "${dipco_root}/audio" ]; then
tar -xf ${dipco_root}/dipco.tgz -C ${dipco_root} --strip-components=1
fi
fi
Expand Down

0 comments on commit 0b24151

Please sign in to comment.