diff --git a/tutorial/autofinetune.md b/tutorial/autofinetune.md index ec546deaadb73c1e81d1fb3e0f5e11a59bde2d85..7013730f7283d1073302b8fe3678bf29c131c0fb 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 ``` 其中,选项