Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
mli committed Apr 10, 2015
1 parent 0d1995c commit cdd763f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/linear_method/async_sgd.h
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ class AsyncSGDWorker : public ISGDCompNode, public LinearMethod {
MessagePtr msg(new Message(kServerGroup));
msg->setKey(key);
msg->task.set_key_channel(id);
msg->addFilter(FilterConfig::KEY_CACHING)
msg->addFilter(FilterConfig::KEY_CACHING);
msg->fin_handle = [this, id]() { computeGradient(id); };
model_.key(id) = key;
model_.pull(msg);
Expand Down

0 comments on commit cdd763f

Please sign in to comment.