paracel icon indicating copy to clipboard operation
paracel copied to clipboard

Distributed training framework with parameter server

Results 9 paracel issues
Sort by recently updated
recently updated
newest added

[tuhangdi@localhost paracel-master]$ /usr/local/prun.py -p 1 -w 1 -c cfg.json -m local /usr/local/bin/wc terminate called after throwing an instance of 'boost::exception_detail::clone_impl' what(): No such node (topk) [localhost:11886] *** Process received signal...

TO BE CONFIRMED

could you tell me the position of code in paracel about this problem

Question

Currently, there are still some places throw errors but outside functions are not catching them. In this case, when the exceptions occur, the segmentation faults are messed up. We need...

Improvement
Wish
defect

Starting from this commit https://github.com/douban/paracel/commit/c81b4ff94f48e4e22d0cc8ec0170cc25c8027489, the deployment section of document is a little lagged with v0.3.0. Some users complained about that! To make it work, we need to update the...

Document

The socket library in Python source code return the wrong hostname under macOS Sierra. For example, `print socket.gethostname()` returns `a`, but the actual hostname is `a.local`. It seems that the...

Help Wanted

I am not sure the starting version of using `.local` suffix under MacOS, so this pull request is just a workaround...

Some users complained the code under `tool/balltree` is not compilable.

Improvement
Build

Could we add docker files for Paracel? I think main difficulty is mesos mode. Thanks.

Improvement
New Feature
Wish

Allow more file formats such as gzip/bzip2(pigz/pbzip2), internal sequence file format. Besides, could paracel add support for loading data from other external storage such as a key-value database, a relational...

Improvement
New Feature
Wish