提交 d90b44e8 编写于 作者: Z zhangxuefei

update the default choice of evaluate choice and tuning strategy

上级 68d247c6
...@@ -84,12 +84,12 @@ class AutoFineTuneCommand(BaseCommand): ...@@ -84,12 +84,12 @@ class AutoFineTuneCommand(BaseCommand):
self.arg_config_group.add_argument( self.arg_config_group.add_argument(
"--evaluate_choice", "--evaluate_choice",
type=str, type=str,
default="fulltrail", default="modelbased",
help="Choices: fulltrail or modelbased.") help="Choices: fulltrail or modelbased.")
self.arg_config_group.add_argument( self.arg_config_group.add_argument(
"--tuning_strategy", "--tuning_strategy",
type=str, type=str,
default="HAZero", default="pshe2",
help="Choices: HAZero or PSHE2.") help="Choices: HAZero or PSHE2.")
self.arg_config_group.add_argument( self.arg_config_group.add_argument(
'opts', 'opts',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册