Skip to content

Commit

Permalink
fix uninitialization error
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen committed Mar 15, 2015
1 parent 0eb7a71 commit fb34669
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mshadow-ps/ps_local-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ class LocalModel : public ISharedModel<xpu, DType> {
nthread_reduction = 8;
use_pin_memory = 1;
test_on_server = 0;
update_on_server = 0;
destroy_signal = false;
custom_server = NULL;
}
Expand Down

0 comments on commit fb34669

Please sign in to comment.