jcjohnson / neural-style

Torch implementation of neural style algorithm
MIT License
18.3k stars 2.71k forks source link

Error loading torch #476

Open LivelyCarpet87 opened 5 years ago

LivelyCarpet87 commented 5 years ago

When i try to run it, i get the following msg, i tried reinstalling but not sure what to do next. loop or previous error loading module 'torch' stack traceback: [C]: in function 'error' ...ivelycarpet87/torch/install/share/lua/5.1/trepl/init.lua:389: in function 'require' neural_style.lua:1: in main chunk [C]: in function 'dofile' ...et87/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:150: in main chunk [C]: at 0x010cccfed0

LivelyCarpet87 commented 5 years ago

solved it by deleting the import of torch mudule in first line, not sure if this is ok