crnn
crnn copied to clipboard
libcrnn not found
When I run /src/demo.lua with th , it gives me this error
```module 'libcrnn' not found:No LuaRocks module found for libcrnn
no field package.preload['libcrnn']
no file '/home/akash/.luarocks/share/lua/5.1/libcrnn.lua'
no file '/home/akash/.luarocks/share/lua/5.1/libcrnn/init.lua'
no file '/home/akash/torch/install/share/lua/5.1/libcrnn.lua'
no file '/home/akash/torch/install/share/lua/5.1/libcrnn/init.lua'
no file './libcrnn.lua'
no file '/home/akash/torch/install/share/luajit-2.1.0-beta1/libcrnn.lua'
no file '/usr/local/share/lua/5.1/libcrnn.lua'
no file '/usr/local/share/lua/5.1/libcrnn/init.lua'
no file '/home/akash/.luarocks/lib/lua/5.1/libcrnn.so'
no file '/home/akash/torch/install/lib/lua/5.1/libcrnn.so'
no file '/home/akash/torch/install/lib/libcrnn.so'
no file './libcrnn.so'
no file '/usr/local/lib/lua/5.1/libcrnn.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
Its looking for the .so file that is in your src directory after you've successfully built the project.
Same issue. There is .so file even then showing the same error
@JiteshPshah ,hello,I am facing the same problem ,have you run successfully ,if so,can you give me some advice, thanks a lot ^_^
Hi Did you guys fix this?