wormhole
wormhole copied to clipboard
Deprecated
i use both dmlc_local.py and dmlc-submit, repo/dmlc-core_old/tracker/dmlc_local.py -n 1 -s 1 learn/difacto/build/difacto.dmlc learn/difacto/guide/demo.conf 2017-09-18 17:56:26,954 INFO start listen on 10.2.177.240:9095 Connected 1 servers and 1 workers Training: iter = 0...
command is : repo/dmlc-core/tracker/dmlc-submit --cluster local --env DMLC_CPU_VCORES=1 --env DMLC_MEMORY_MB=512 --num-workers 2 --num-servers 1 --worker-cores 1 --server-cores 1 learn/linear/build/linear.dmlc learn/linear/guide/demo.conf client error show: Connected 1 servers and 2 workers Training:...
When I run linear locally, I find there is a `config.proto` where I get some parameters, such as `max_concurrency ` and `num_threads `. But when I change the `num_threads `,...
Hi, Currently all learning methods in wormhole save resulted models in binary format. This is pretty well in cases of solving machine learning competitions, i.e training and predicting both using...
Hi, guys: As has been introduced in the paper 'DiFacto — Distributed Factorization Machines', Difacto's communication relies on the Parameter Server. From the project's dictionary, we see that kv_app.h encapsulates...
Hi, I am maintain a history project which using wormhole linear Asynchronous SGD model, however, now wormhole is deperacated and cannot compiling success. I'm wondering that is it move to...
when i run the command `tracker/dmlc_local.py -n 1 -s 1 bin/linear.dmlc learn/linear/guide/demo.conf` i got following results: > 2016-02-11 15:01:01,856 INFO start listen on ::1:9091 > F0211 15:01:01.863415 9390 van.cc:48] Check...
Feature enhancement request. As per XGBoost and MXnet, is there any plans to add python / R interfaces to wormhole (specifically difacto is my use case)
Hi, Thank you very much for such a great tools! Recently I'm trying to use linear-dmlc base on the provided demo. However, when I change the train file to a...
When I build, for example, `linear`, the very last step is the following: ``` g++-4.9 -ggdb -O3 -ggdb -Wall -std=c++11 -I./ -I../ -I../../repo/ps-lite/src -I../../repo/dmlc-core/include -I../../repo/dmlc-core/src -I/dir/Projects/wormhole/deps/include -fPIC -DDMLC_USE_HDFS=0 -DDMLC_USE_S3=0 -DDMLC_USE_GLOG=1...