8768dc1f99 | ||
---|---|---|
.. | ||
demos/xor | ||
docs | ||
.gitignore | ||
ArrayTableHandler.lua | ||
CMakeLists.txt | ||
Makefile | ||
MatrixTableHandler.lua | ||
README.md | ||
init.lua | ||
multiverso-scm-1.rockspec | ||
test.lua | ||
util.lua |
README.md
Multiverso Torch/Lua Binding
Introduction
Multiverso is a parameter server framework for distributed machine learning. This package can enable parallel training of torch program over multiple machines and GPUs.
Requirements
Build multiverso successfully by following the README > build.
Installation
NOTE: Before installation, you need to make sure have libmultiverso.so
built successfully according to Requirements.
make install
or
luarocks make
Unit Tests
make test
or
luajit test.lua