hessamb / lcnn

LCNN: Lookup-based Convolutional Neural Network
Other
52 stars 6 forks source link

No LuaRocks module found for fb.debugger #2

Closed ahmadmobeen closed 7 years ago

ahmadmobeen commented 7 years ago

I followed all the steps mentioned in the instructions but when I try to start the training as mentioned in the README file. I get following error.

/home/mobeen/torch/install/bin/luajit: /home/mobeen/torch/install/share/lua/5.1/trepl/init.lua:389: module 'fb.debugger' not found:No LuaRocks module found for fb.debugger
    no field package.preload['fb.debugger']
    no file '/home/mobeen/.luarocks/share/lua/5.1/fb/debugger.lua'
    no file '/home/mobeen/.luarocks/share/lua/5.1/fb/debugger/init.lua'
    no file '/home/mobeen/torch/install/share/lua/5.1/fb/debugger.lua'
    no file '/home/mobeen/torch/install/share/lua/5.1/fb/debugger/init.lua'
    no file './fb/debugger.lua'
    no file '/home/mobeen/torch/install/share/luajit-2.1.0-beta1/fb/debugger.lua'
    no file '/usr/local/share/lua/5.1/fb/debugger.lua'
    no file '/usr/local/share/lua/5.1/fb/debugger/init.lua'
    no file '/home/mobeen/torch/install/share/lua/5.2/fb/debugger.lua'
    no file '/home/mobeen/torch/install/share/lua/5.2/fb/debugger/init.lua'
    no file '/home/mobeen/.luarocks/lib/lua/5.1/fb/debugger.so'
    no file '/home/mobeen/torch/install/lib/lua/5.1/fb/debugger.so'
    no file '/home/mobeen/torch/install/lib/fb/debugger.so'
    no file './fb/debugger.so'
    no file '/usr/local/lib/lua/5.1/fb/debugger.so'
    no file '/usr/local/lib/lua/5.1/loadall.so'
    no file '/home/mobeen/torch/install/lib/lua/5.2/fb/debugger.so'
    no file '/home/mobeen/.luarocks/lib/lua/5.1/fb.so'
    no file '/home/mobeen/torch/install/lib/lua/5.1/fb.so'
    no file '/home/mobeen/torch/install/lib/fb.so'
    no file './fb.so'
    no file '/usr/local/lib/lua/5.1/fb.so'
    no file '/usr/local/lib/lua/5.1/loadall.so'
    no file '/home/mobeen/torch/install/lib/lua/5.2/fb.so'
stack traceback:
    [C]: in function 'error'
    /home/mobeen/torch/install/share/lua/5.1/trepl/init.lua:389: in function 'require'
    main.lua:1: in main chunk
    [C]: in function 'dofile'
    ...been/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:150: in main chunk
    [C]: at 0x00406670
hessamb commented 7 years ago

fb.debugger was being imported but not used. Got rid of the dependency in 5bfb5f04a7902582f4e2cfbaf7bdddbe628173e6 . Let me know if there were more issues.