提交 20d9b20a 编写于 作者: H helinwang 提交者: GitHub

Fix CI style check.

上级 cec5e651
...@@ -112,7 +112,7 @@ void NewRemoteParameterUpdater::init( ...@@ -112,7 +112,7 @@ void NewRemoteParameterUpdater::init(
for (int i = 0; i < parameterSize(); ++i) { for (int i = 0; i < parameterSize(); ++i) {
// FIXME(typhoonzero): paramConfig always have default values, // FIXME(typhoonzero): paramConfig always have default values,
// how to check if it's default? // how to check if it's default?
// TODO: log output: optimizerConfigV2.DebugString(); // TODO(typhoonzero): log output: optimizerConfigV2.DebugString();
LOG(INFO) << "trainerConfig_: " << trainerConfig_.DebugString(); LOG(INFO) << "trainerConfig_: " << trainerConfig_.DebugString();
// send param and config to pserver // send param and config to pserver
std::string bytes = optimizerConfigV2.SerializeAsString(); std::string bytes = optimizerConfigV2.SerializeAsString();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册