You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running Lua 5.1
Could it be that ffi.lua needs LuaJIT? If so, how could I work around that? LuaJIT has some kind of memory limit that makes the network I am trying to run unusable.
OS:
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.1 LTS
Release: 16.04
Codename: xenial
Installation of torch-hdf5 is successful.
Packages related to hdf5 installed:
$ dpkg -l | grep 'hdf5'
ii hdf5-helpers 1.8.16+docs-4ubuntu1 amd64 Hierarchical Data Format 5 (HDF5) - Helper tools
ii hdf5-tools 1.8.16+docs-4ubuntu1 amd64 Hierarchical Data Format 5 (HDF5) - Runtime tools
ii libhdf5-10:amd64 1.8.16+docs-4ubuntu1 amd64 Hierarchical Data Format 5 (HDF5) - runtime files - serial version
ii libhdf5-cpp-11:amd64 1.8.16+docs-4ubuntu1 amd64 Hierarchical Data Format 5 (HDF5) - C++ libraries
ii libhdf5-dev 1.8.16+docs-4ubuntu1 amd64 Hierarchical Data Format 5 (HDF5) - development files - serial version
ii libhdf5-serial-dev 1.8.16+docs-4ubuntu1 all transitional dummy package
I happen to need to load a bunch of large json files and I am suffering from the same issue on Lua5.1/5.2. For those who need to bypass LuaJIT heap limitation, might want to try torch-tds. And call collectgarbage("collect") properly as a temporary solution.
I get the following error:
Running Lua 5.1
Could it be that ffi.lua needs LuaJIT? If so, how could I work around that? LuaJIT has some kind of memory limit that makes the network I am trying to run unusable.
OS:
Installation of torch-hdf5 is successful.
Packages related to hdf5 installed:
The text was updated successfully, but these errors were encountered: