提交 5687f234 编写于 作者: D dongdaxiang

fix trainer_desc.proto error

上级 b95b80bc
...@@ -46,8 +46,8 @@ message DownpourWorkerParameter { ...@@ -46,8 +46,8 @@ message DownpourWorkerParameter {
repeated TableParameter dense_table = 2; repeated TableParameter dense_table = 2;
repeated string skip_ops = 3; repeated string skip_ops = 3;
repeated ProgramConfig program_config = 4; repeated ProgramConfig program_config = 4;
bool push_sparse = 5 [ default = true ]; optional bool push_sparse = 5 [ default = true ];
bool push_dense = 6 [ default = true ]; optional bool push_dense = 6 [ default = true ];
} }
message FetchConfig { message FetchConfig {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册