Skip to content

Commit

Permalink
fix open-commands path
Browse files Browse the repository at this point in the history
  • Loading branch information
yulianjie committed Aug 12, 2024
1 parent 3b257dd commit c6b7141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions egs/wenetspeech/KWS/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ if [ $stage -le 1 ] && [ $stop_stage -ge 1 ]; then
ln -svf $(realpath ./open-commands/CN/small/commands.txt) commands_small.txt
ln -svf $(realpath ./open-commands/CN/large/commands.txt) commands_large.txt
pushd open-commands
./script/prepare.sh --stage 1 --stop-stage 1
./script/prepare.sh --stage 3 --stop-stage 5
./scripts/prepare.sh --stage 1 --stop-stage 1
./scripts/prepare.sh --stage 3 --stop-stage 5
popd
popd
pushd data/fbank
Expand Down

0 comments on commit c6b7141

Please sign in to comment.