From b01899640f123f4d46e68db4ae35dd86fc48665f Mon Sep 17 00:00:00 2001 From: Steffy-zxf <48793257+Steffy-zxf@users.noreply.github.com> Date: Mon, 11 Nov 2019 16:33:37 +0800 Subject: [PATCH] Update autofinetune.md --- tutorial/autofinetune.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/autofinetune.md b/tutorial/autofinetune.md index ec546dea..7013730f 100644 --- a/tutorial/autofinetune.md +++ b/tutorial/autofinetune.md @@ -91,7 +91,7 @@ train.py用于接受PaddleHub搜索到的超参进行一次优化过程,将优 ```shell $ OUTPUT=result/ $ hub autofinetune train.py --param_file=hparam.yaml --gpu=0,1 --popsize=5 --round=10 - --output_dir=${OUTPUT} --evaluate_choice=fulltrail --tuning_strategy=pshe2 + --output_dir=${OUTPUT} --evaluator=fulltrail --tuning_strategy=pshe2 ``` 其中,选项 -- GitLab