提交 42499cb2 编写于 作者: Z zhangxuefei

update auto finetune tutorial

上级 7a8d74c0
...@@ -169,13 +169,13 @@ ...@@ -169,13 +169,13 @@
"\n", "\n",
"## 三、启动方式\n", "## 三、启动方式\n",
"\n", "\n",
"**确认安装PaddleHub版本在1.2.0以上。**\n", "**确认安装PaddleHub版本在1.2.0以上, 同时PaddleHub Auto Fine-tune功能要求至少有一张GPU显卡可用。**\n",
"\n", "\n",
"通过以下命令方式:\n", "通过以下命令方式:\n",
"```shell\n", "```shell\n",
"$ OUTPUT=result/\n", "$ OUTPUT=result/\n",
"$ hub autofientune finetunee.py --param_file=hparam.yaml --cuda=['1','2'] --popsize=5 --round=10 \n", "$ hub autofientune finetunee.py --param_file=hparam.yaml --cuda=['1','2'] --popsize=5 --round=10 \n",
"$ --output_dir=${OUTPUT} --evaluate_choice=fulltrail --strategy=hazero\n", "$ --output_dir=${OUTPUT} --evaluate_choice=fulltrail --tuning_strategy=hazero\n",
"```\n", "```\n",
"\n", "\n",
"其中,选项\n", "其中,选项\n",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册