Multiverso/binding/lua
huxuan e4d845ebd0 Add Lua.gitignore from github/gitignore. 2016-06-08 10:50:14 +08:00
..
demos Add multiverso version fb.resnet.torch as submodule. 2016-06-02 18:22:10 +08:00
.gitignore Add Lua.gitignore from github/gitignore. 2016-06-08 10:50:14 +08:00
ArrayTableHandler.lua [torch/lua] Split ArrayTableHandler and MatrixTableHandler. 2016-05-30 13:01:05 +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 [torch/lua] Split ArrayTableHandler and MatrixTableHandler. 2016-05-30 13:01:05 +08:00
README.md [torch/lua] make it a torch package. 2016-05-30 13:02:09 +08:00
init.lua [torch/lua] make it a torch package. 2016-05-30 13:02:09 +08:00
multiverso-scm-1.rockspec Change description according to review. 2016-06-01 16:04:41 +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 lua binding

Requirements

Build multiverso successfully by following the README > build.

Installation

NOTE: Before installation, you need to make sure have libmultiverso.so build successfully according to Requirements.

make install

or

luarocks make

Unit Tests

make test

or

luajit test.lua