提交 33b4deed 编写于 作者: D dzhwinter

"update serialization part"

上级 e4567962
......@@ -37,6 +37,7 @@ const char* AdadeltaOptimizer::SerializeState(int* state_len) {
state.set_nesterov(epsilon_);
state.set_momentum(rho_);
state.set_decay(decay_);
// can be used when memory alignment to system
*state_len += CalStateSize(parameter_,
accum_gradient_,
accum_delta_,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册