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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: