提交 2e249cc4 编写于 作者: 刘琦

Merge branch 'tuning-warning' into 'master'

Log warning if tuning param is missing

See merge request !178
......@@ -52,6 +52,7 @@ class Tuner {
<< internal::MakeString(param_table_[param_key]);
return func(param_table_[param_key]);
} else {
LOG(WARNING) << "Fallback to default parameter: " << param_key;
return func(default_param);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册