Closed pedrogarciafreitas closed 7 years ago
Hi, I just updated the code. Please run the following command again:
luarocks install https://raw.githubusercontent.com/zhanghang1989/MSG-Net/master/texture-scm-1.rockspec
If you still get an error, please comment the following line:
https://github.com/zhanghang1989/MSG-Net/blob/master/CMakeLists.txt#L27
It worked fined here. Thank you!
I cloned repo and performed the following commands:
git clone git@github.com:zhanghang1989/MSG-Net.git
cd MSG-Net/experiments
bash models/download_models.sh
th test.lua
Test.lua did not work. I received the following error:
I tried to install the `texture' via
luarocks install https://raw.githubusercontent.com/zhanghang1989/MSG-Net/master/texture-scm-1.rockspec
It not worked. I received the following error:
But
/tmp/luarocks_texture-scm-1-5488/MSG-Net/build.luarocks/CMakeFiles/CMakeOutput.log
and/tmp/luarocks_texture-scm-1-5488/MSG-Net/build.luarocks/CMakeFiles/CMakeError.log
do not exist.I have installed Torch7, cudnn, cutorch and several other libs. Other learned scripts work in my system (e.g. https://github.com/manuelruder/artistic-videos, https://github.com/satoshiiizuka/siggraph2016_colorization/, and https://github.com/jcjohnson/neural-style).
I am using CentOS 7, cuda 8.0, and gcc 4.8.5.