From 97e2015242a6d50b8f24ed299103ff06986dd76b Mon Sep 17 00:00:00 2001 From: Junkun Date: Fri, 18 Feb 2022 09:57:02 -0800 Subject: [PATCH] update run sh --- examples/mustc/st1/run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/mustc/st1/run.sh b/examples/mustc/st1/run.sh index 649497a5..6ceae3b8 100755 --- a/examples/mustc/st1/run.sh +++ b/examples/mustc/st1/run.sh @@ -5,8 +5,8 @@ set -e gpus=0,1,2,3 stage=0 -stop_stage=1 -conf_path=conf/transformer_joint_noam_es.yaml +stop_stage=3 +conf_path=conf/transformer_es.yaml decode_conf_path=conf/tuning/decode.yaml must_c_path= lang=es -- GitLab