facebookarchive / SCRNNs

This is a self contained software accompanying the paper titled: Learning Longer Memory in Recurrent Neural Networks: http://arxiv.org/abs/1412.7753.
Other
169 stars 54 forks source link

No LuaRocks module found for fb.torch.async_rng #7

Open nzhiltsov opened 7 years ago

nzhiltsov commented 7 years ago

Hi, I got the following error while running the example command:

th -i main.lua -dset text8 -name scrnn_sm -nhid 100 -nslow 20 -batchsz 32 -eta 0.05 - blen 30 -bfreq 5 /home/nzhiltsov/torch/install/bin/luajit: /home/nzhiltsov/torch/install/share/lua/5.1/trepl/init.lua:389: /home/nzhiltsov/torch/i nstall/share/lua/5.1/trepl/init.lua:389: /home/nzhiltsov/torch/install/share/lua/5.1/trepl/init.lua:389: module 'fb.torch.async_r ng' not found:No LuaRocks module found for fb.torch.async_rng no field package.preload['fb.torch.async_rng'] no file '/home/nzhiltsov/.luarocks/share/lua/5.1/fb/torch/async_rng.lua' no file '/home/nzhiltsov/.luarocks/share/lua/5.1/fb/torch/async_rng/init.lua' no file '/home/nzhiltsov/torch/install/share/lua/5.1/fb/torch/async_rng.lua' no file '/home/nzhiltsov/torch/install/share/lua/5.1/fb/torch/async_rng/init.lua' no file '/home/nzhiltsov/.luarocks/lib/lua/5.1/fb/torch/async_rng.so' no file '/home/nzhiltsov/.luarocks/lib/lua/5.1/fb/torch/async_rng.so' no file '/home/nzhiltsov/torch/install/lib/lua/5.1/fb/torch/async_rng.so' no file '/home/nzhiltsov/torch/install/lib/fb/torch/async_rng.so' no file '/home/nzhiltsov/.luarocks/lib/lua/5.1/fb.so' no file '/home/nzhiltsov/torch/install/lib/lua/5.1/fb.so' no file '/home/nzhiltsov/torch/install/lib/fb.so' stack traceback: [C]: in function 'error' /home/nzhiltsov/torch/install/share/lua/5.1/trepl/init.lua:389: in function 'require' main.lua:18: in main chunk [C]: in function 'dofile' ...tsov/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:150: in main chunk [C]: at 0x004065d0

luarocks list

Installed

rocks:

cutorch scm-1 (installed) - /usr/local/lib/luarocks/rocks

cwrap scm-1 (installed) - /home/nzhiltsov/.luarocks/lib/luarocks/rocks scm-1 (installed) - /usr/local/lib/luarocks/rocks

fbcomplex 0.1-1 (installed) - /usr/local/lib/luarocks/rocks

fbcunn scm-1 (installed) - /usr/local/lib/luarocks/rocks

fbdebugger 0.1-1 (installed) - /usr/local/lib/luarocks/rocks

fbeditline 0.1-1 (installed) - /usr/local/lib/luarocks/rocks

fbffivector 0.1-1 (installed) - /usr/local/lib/luarocks/rocks

fbluaunit 0.1-1 (installed) - /usr/local/lib/luarocks/rocks

fbmattorch 0.1-1 (installed) - /usr/local/lib/luarocks/rocks

fbnn scm-1 (installed) - /usr/local/lib/luarocks/rocks

fbthrift 0.1-1 (installed) - /usr/local/lib/luarocks/rocks

fbtorch scm-1 (installed) - /usr/local/lib/luarocks/rocks

fbtrepl 0.1-1 (installed) - /usr/local/lib/luarocks/rocks

fbutil 0.1-1 (installed) - /usr/local/lib/luarocks/rocks

graph scm-1 (installed) - /home/nzhiltsov/.luarocks/lib/luarocks/rocks scm-1 (installed) - /usr/local/lib/luarocks/rocks

lua-cjson 2.1.0-1 (installed) - /usr/local/lib/luarocks/rocks

luaffi scm-1 (installed) - /home/nzhiltsov/.luarocks/lib/luarocks/rocks scm-1 (installed) - /usr/local/lib/luarocks/rocks

luafilesystem 1.6.3-2 (installed) - /home/nzhiltsov/.luarocks/lib/luarocks/rocks 1.6.3-2 (installed) - /usr/local/lib/luarocks/rocks

lzlib 0.4.1.53-1 (installed) - /home/nzhiltsov/.luarocks/lib/luarocks/rocks

multikey 0.3-2 (installed) - /usr/local/lib/luarocks/rocks

nn scm-1 (installed) - /home/nzhiltsov/.luarocks/lib/luarocks/rocks scm-1 (installed) - /usr/local/lib/luarocks/rocks

nngraph scm-1 (installed) - /home/nzhiltsov/.luarocks/lib/luarocks/rocks scm-1 (installed) - /usr/local/lib/luarocks/rocks

paths scm-1 (installed) - /home/nzhiltsov/.luarocks/lib/luarocks/rocks scm-1 (installed) - /usr/local/lib/luarocks/rocks

penlight 1.4.1-1 (installed) - /home/nzhiltsov/.luarocks/lib/luarocks/rocks 1.4.1-1 (installed) - /usr/local/lib/luarocks/rocks

sundown scm-1 (installed) - /usr/local/lib/luarocks/rocks

sys 1.1-0 (installed) - /home/nzhiltsov/.luarocks/lib/luarocks/rocks 1.1-0 (installed) - /usr/local/lib/luarocks/rocks

tds scm-1 (installed) - /home/nzhiltsov/.luarocks/lib/luarocks/rocks

torch scm-1 (installed) - /home/nzhiltsov/.luarocks/lib/luarocks/rocks scm-1 (installed) - /usr/local/lib/luarocks/rocks

totem 0-0 (installed) - /home/nzhiltsov/.luarocks/lib/luarocks/rocks 0-0 (installed) - /usr/local/lib/luarocks/rocks

rgp90 commented 6 years ago

Hi @nzhiltsov I have the same problem. I was searching and I found you here. Did you solve your problem?