Multiverso/binding/lua
Young 8768dc1f99 remove submodule && add link to README 2016-10-11 18:12:08 +08:00
..
demos/xor remove submodule && add link to README 2016-10-11 18:12:08 +08:00
docs remove submodule && add link to README 2016-10-11 18:12:08 +08:00
.gitignore Add Lua.gitignore from github/gitignore. 2016-06-08 10:50:14 +08:00
ArrayTableHandler.lua fix syntax error 2016-08-01 18:07:51 +08:00
CMakeLists.txt [torch/lua] make it a torch package. 2016-05-30 13:02:09 +08:00
Makefile [torch/lua] make it a torch package. 2016-05-30 13:02:09 +08:00
MatrixTableHandler.lua fix syntax error 2016-08-01 18:07:51 +08:00
README.md slightly refined the languages 2016-07-11 11:52:38 +08:00
init.lua make lua init friendly 2016-07-03 10:21:54 +08:00
multiverso-scm-1.rockspec [torch/lua] Do not copy shared object during installation. 2016-06-08 17:43:25 +08:00
test.lua [torch/lua] Move util.Set in to test.lua. 2016-05-30 12:58:14 +08:00
util.lua [torch/lua] Move util.Set in to test.lua. 2016-05-30 12:58:14 +08:00

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

Documentation