You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
When I run the training command as you said on Readme. It said that I don't have "getLinesFromFile" /home/bonnie/torch/install/bin/luajit: train_class.lua:31: attempt to call global 'getLinesFromFile' (a nil value) stack traceback: train_class.lua:31: in main chunk [C]: in function 'dofile' ...nnie/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:150: in main chunk [C]: at 0x00405d50
I also add require 'util' at top of train_class.lua but it still revealed the same error.
Could you please help me?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
When I run the training command as you said on Readme. It said that I don't have "getLinesFromFile"
/home/bonnie/torch/install/bin/luajit: train_class.lua:31: attempt to call global 'getLinesFromFile' (a nil value) stack traceback: train_class.lua:31: in main chunk [C]: in function 'dofile' ...nnie/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:150: in main chunk [C]: at 0x00405d50
I also add require 'util' at top of train_class.lua but it still revealed the same error.
Could you please help me?
Thanks!
The text was updated successfully, but these errors were encountered: