Skip to content

Commit

Permalink
fix bug in ps_dist-inl.h
Browse files Browse the repository at this point in the history
  • Loading branch information
mli committed Feb 14, 2015
1 parent 0f4434d commit 197c9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mshadow-ps/ps_dist-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class MShadowServerNode : public PS::App {
MShadowServerNode(const std::string &conf) : App() {
updater_ = CreateModelUpdater<DType>();

updater_->InitServer(myRank(), conf);
updater_->InitUpdater(myRank(), conf);
shared_model_ = new PS::KVArray<DType>();
shared_model_->setUpdater(updater_);
}
Expand Down

0 comments on commit 197c9e6

Please sign in to comment.