aks009

Results 2 issues of aks009

Hi, I installed torch with the command TORCH_LUA_VERSION=LUA51 ./install.sh The installation was successful. Then I installed lmdb by > on th>> prompt th> require 'lmdb' lua: parser.c:2059: parse_root: Assertion `lua_gettop(L)...

Hi, I have installed torch with TORCH_LUA_VERSION=LUA51. After installation when I try to run the main_train.lua, it throws me an error lua: parser.c:2059: parse_root: Assertion `lua_gettop(L) == top' failed. Aborted...