dist-lr icon indicating copy to clipboard operation
dist-lr copied to clipboard

A distributed logistic regression system based on ps-lite.

Results 6 dist-lr issues
Sort by recently updated
recently updated
newest added

请问什么原因以及怎么解决,执行结果如下: + ../bin/distlr + ../bin/distlr Server mode: sync + ../bin/distlr Init weight Worker[0]: start working... *** Error in `../bin/distlr': double free or corruption (out): 0x0000000000b0f6e0 *** ======= Backtrace: ========= /lib/x86_64-linux-gnu/libc.so.6(+0x777e5)[0x7f6dd8bf17e5]...

Hi, I wonder how to build this project. I tried: mkdir build && cd build; cmake .. and get the error message: _-- Start building project -- Could NOT find...

想问下 main.cc line 69 weights[i] -= learning_rate_ * req_data.vals[i] / merged.request.size(); 应该是 weights[i] -= learning_rate_ * **merged.vals[i]** / merged.request.size(); 的吧?

[adam.zip](https://github.com/ctliu3/dist-lr/files/1508643/adam.zip) I try to add an adam module on your code,then i find by the same iteration,the code can get higher accuracy .The files has been attached.Maybe you can adopt...