parameter_server icon indicating copy to clipboard operation
parameter_server copied to clipboard

moved to https://github.com/dmlc/ps-lite

Results 16 parameter_server issues
Sort by recently updated
recently updated
newest added

ubgpu@ubgpu:~/github/DMLC/parameter_server/example/linear$ ../../script/ps.sh start ../../build/linear -app_file ctr/online_l1lr.conf use binary [../../build/linear] and arg [-app_file ctr/online_l1lr.conf] starting 1 servers and 1 workers [email protected]'s password: [email protected]'s password: ../../build/linear: error while loading shared libraries: libzmq.so.4:...

The system hangs (node where scheduler is running stops displaying iteration outcomes on the terminal. Logs are also not generated) whenever a server process is killed (both on local machine...

Getting error in make with static_third_lib flag. gcc version : 4.8.2 20140120 (Red Hat 4.8.2-15) os : Centos 6.6 error log : $ make -j8 STATIC_THIRD_LIB=1 ... g++ -std=c++0x -Wall...

On Mac OS 10.9.5 I've install all dependencies except eigen3 (since this isn't something explicitly installed to the OS). Running make in ../parameter_server yields: ``` In file included from src/util/file.cc:1:...

error msg: In file included from src/util/file.cc:1: In file included from ./src/util/file.h:8: In file included from ./src/util/common.h:42: ./src/util/resource_usage.h:35:17: error: use of undeclared identifier 'CLOCK_MONOTONIC_RAW' clock_gettime(CLOCK_MONOTONIC_RAW, &tv); gcc version: Configured with:...

F0729 18:10:19.777163 18343 remote_node.h:26] Check failed: ts < 1000000 (1000000 vs. 1000000)

Hi, I'm newbie in this project, and I'm wondering whether there's a Java API to access Parameter Server?

creates libminervaps.a which can be used by minerva to integrate with PS

Caffe Integration attempt with parameter_server. This pull request is created not because the code is ready for merge, but to draw attention and ask questions to make better implementation. Thanks....

When I compiled ps on OS X Yosemite 10.10.2, Xcode 6.2, I got something like: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/map:1192:17: error: no matching function for call to object of type 'const PS::NodeIDCmp' if (__tree_.value_comp().key_comp()(__k,...