Skip to content

Commit

Permalink
Merge pull request espnet#5946 from Trikaldarshi/patch-1
Browse files Browse the repository at this point in the history
removed ''continue'' statement from the for loop in run_mono.sh
  • Loading branch information
sw005320 authored Nov 8, 2024
2 parents 696626b + c3b6721 commit 23758a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion egs2/ml_superb/asr1/run_mono.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ inference_config=conf/decode_asr.yaml
./utils/parse_options.sh || exit 1

for duration in 10min 1h ; do
continue
for single_lang in eng1 eng2 eng3 fra1 fra2 deu1 deu2 rus swa swe jpn cmn xty ; do
echo "processing ${single_lang} ${duration}"
train_set=train_${duration}_${single_lang}
Expand Down

0 comments on commit 23758a4

Please sign in to comment.