Gang Bai
Gang Bai
+1 and LGTM. I'm looking forward to this improvement.
I ran into this issue too. In my case it's because I built the deps using clang while building ps-lite using g++ 5.2. And I fixed this by removing `deps/`...
I address the readable dump of DiFacto model by parsing the binary file saved via SaveModel, i.e `Save` in [KVStore](https://github.com/dmlc/ps-lite/blob/master/src/kv/kv_store_sparse.h#L139) and IVal [AdaGradEntry in DiFacto](https://github.com/dmlc/wormhole/blob/master/learn/difacto/async_sgd.h#L184). Ideally we can abstract the...
So my proposal above is mainly related to [ps-lite](https://github.com/dmlc/ps-lite). I'll try it out and make a WIP pull request there.
Thanks and looking forward to the changes. : )
Any update on this? I'm also interested in the refactor of ps-lite. It has no update for two months. So is it finalized?
In `zmq::ctx_t::terminate()`, it calls `term_mailbox.recv()` with timeout actually disabled: ``` // Wait till reaper thread closes all the sockets. command_t cmd; int rc = term_mailbox.recv (&cmd, -1); ``` But I...
Thanks for responding. This happens as the program is releasing a static object during exit(). Anyway it's not so fatal since iterations have been done and the result model has...
It's set via gflags, i.e appending a `--sync_timeout=600` in command line.