From cf77af5d1f36bc11dfeff271436641caeded7568 Mon Sep 17 00:00:00 2001 From: Steffy-zxf <48793257+Steffy-zxf@users.noreply.github.com> Date: Mon, 23 Sep 2019 10:40:13 +0800 Subject: [PATCH] Update autofinetune.md --- tutorial/autofinetune.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorial/autofinetune.md b/tutorial/autofinetune.md index 807d0633..c82d1834 100644 --- a/tutorial/autofinetune.md +++ b/tutorial/autofinetune.md @@ -182,7 +182,7 @@ if __name__ == '__main__': ```shell $ OUTPUT=result/ $ hub autofinetune finetunee.py --param_file=hparam.yaml --cuda=['1','2'] --popsize=5 --round=10 -$ --output_dir=${OUTPUT} --evaluate_choice=fulltrail --tuning_strategy=pshe2 + --output_dir=${OUTPUT} --evaluate_choice=fulltrail --tuning_strategy=pshe2 ``` 其中,选项 @@ -228,5 +228,5 @@ $ tensorboard --logdir $OUTPUT/tb_paddle --host ${HOST_IP} --port ${PORT_NUM} ```shell $ OUTPUT=result/ $ hub autofinetune finetunee.py --param_file=hparam.yaml --cuda=['1','2'] --popsize=5 --round=10 -$ --output_dir=${OUTPUT} --evaluate_choice=fulltrail --tuning_strategy=pshe2 max_seq_len 128 + --output_dir=${OUTPUT} --evaluate_choice=fulltrail --tuning_strategy=pshe2 max_seq_len 128 ``` -- GitLab