Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error during the creation of new entity vectors #28

Open
GiovanniSorice opened this issue Mar 24, 2021 · 0 comments
Open

Error during the creation of new entity vectors #28

GiovanniSorice opened this issue Mar 24, 2021 · 0 comments

Comments

@GiovanniSorice
Copy link

Hi, I'm trying to create new entity vectors from a dump of enwiki-2021-03.
I have some problems due to the version of Lua, Torch and CUDA.
I ran all command in here until the 11.i without problems. But when I ran the gen_ent_wiki_w_repr.lua, I had a memory space problem due to the Lua version (PANIC: unprotected error in call to Lua API (not enough memory)). After some research online I found that is a common problem and the suggestions were to change the Lua version from LuaJIT 2.1 to Lua 5.2 or 5.1. I did it and now I have a problem with the library "tds" (Seg Fault (Core Dumped)).

May I ask you about your full development environment? In this way, I can recreate it and try with your configuration.

My environment:
Ubuntu 20.04.2 LTS
LuaJIT 2.1 or Lua 5.2 or Lua 5.1
CUDA 10.1.243
Torch for CUDA 10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant