jcjohnson / neural-style

Torch implementation of neural style algorithm
MIT License
18.31k stars 2.7k forks source link

'Input' module not found error! #435

Open theheena opened 6 years ago

theheena commented 6 years ago

Hi @jcjohnson , I am trying to train new model using the floydhub platform. While running, I am getting following error:

2017-11-20 21:19:27,052 INFO - no file '/usr/local/share/lua/5.1/input/init.lua' 2017-11-20 21:19:27,052 INFO - no file '/root/.luarocks/lib/lua/5.1/input.so' 2017-11-20 21:19:27,052 INFO - no file '/root/torch/install/lib/lua/5.1/input.so' 2017-11-20 21:19:27,052 INFO - no file '/root/torch/install/lib/input.so' 2017-11-20 21:19:27,053 INFO - no file './input.so' 2017-11-20 21:19:27,053 INFO - no file '/usr/local/lib/lua/5.1/input.so' 2017-11-20 21:19:27,053 INFO - no file '/usr/local/lib/lua/5.1/loadall.so' 2017-11-20 21:19:27,053 INFO - stack traceback: 2017-11-20 21:19:27,053 INFO - [C]: in function 'error' 2017-11-20 21:19:27,053 INFO - /root/torch/install/share/lua/5.1/trepl/init.lua:389: in function 'require' 2017-11-20 21:19:27,053 INFO - train.lua:5: in main chunk 2017-11-20 21:19:27,054 INFO - [C]: in function 'dofile' 2017-11-20 21:19:27,054 INFO - /root/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:150: in main chunk 2017-11-20 21:19:27,054 INFO - [C]: at 0x00405d50

Please, any help. What does this error mean? I am struggling with this error. Thank you!