Skip to content

Commit

Permalink
fix shell check
Browse files Browse the repository at this point in the history
  • Loading branch information
ftshijt committed Apr 21, 2022
1 parent e528e73 commit f0bf885
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion egs2/covost2/mt1/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ inference_config=conf/decode_mt.yaml

# verify language directions
is_exist=false
is_low_resource=false
if [[ ${src_lang} == en ]]; then
tgt_langs=de_ca_zh-CN_fa_et_mn_tr_ar_sv-SE_lv_sl_ta_ja_id_cy
for lang in $(echo ${tgt_langs} | tr '_' ' '); do
Expand Down

0 comments on commit f0bf885

Please sign in to comment.