bgshih / crnn

Convolutional Recurrent Neural Network (CRNN) for image-based sequence recognition.
MIT License
2.06k stars 552 forks source link

not found:No LuaRocks module found for crnn/src/libcrnn #118

Open suntim opened 6 years ago

suntim commented 6 years ago

no field package.preload['crnn/src/libcrnn'] no file '/home/alex/.luarocks/share/lua/5.1/crnn/src/libcrnn.lua' no file '/home/alex/.luarocks/share/lua/5.1/crnn/src/libcrnn/init.lua' no file '/home/alex/torch/install/share/lua/5.1/crnn/src/libcrnn.lua' no file '/home/alex/torch/install/share/lua/5.1/crnn/src/libcrnn/init.lua' no file './crnn/src/libcrnn.lua' no file '/home/alex/torch/install/share/luajit-2.1.0-beta1/crnn/src/libcrnn.lua' no file '/usr/local/share/lua/5.1/crnn/src/libcrnn.lua' no file '/usr/local/share/lua/5.1/crnn/src/libcrnn/init.lua' no file '/home/alex/.luarocks/lib/lua/5.1/crnn/src/libcrnn.so' no file '/home/alex/torch/install/lib/lua/5.1/crnn/src/libcrnn.so' no file '/home/alex/torch/install/lib/crnn/src/libcrnn.so' no file './crnn/src/libcrnn.so' no file '/usr/local/lib/lua/5.1/crnn/src/libcrnn.so' no file '/usr/local/lib/lua/5.1/loadall.so' stack traceback: [C]: in function 'error' /home/alex/torch/install/share/lua/5.1/trepl/init.lua:389: in function 'require' demo.lua:9: in main chunk [C]: in function 'dofile' ...alex/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:150: in main chunk [C]: at 0x00405d50

maichm commented 6 years ago

same here

lxx1884896 commented 6 years ago

@suntim hello,I am facing the same problem ,have you run successfully ,if so,can you give me some advice, thanks a lot ^_^

DecentMakeover commented 5 years ago

Hi

Did you guys fix this?