satoshiiizuka / siggraph2016_colorization

Code for the paper 'Let there be Color!: Joint End-to-end Learning of Global and Local Image Priors for Automatic Image Colorization with Simultaneous Classification'.
http://hi.cs.waseda.ac.jp/~iizuka/projects/colorization/
Other
2.16k stars 302 forks source link

Not able to install #5

Closed BSVogler closed 8 years ago

BSVogler commented 8 years ago

Hi! I'm new to neural networks programming but very interested in this subject.

I installed torch and luarocks. Now luarocks install nn fails with

nanomsg/nn.h: No such file or directory

For the other two I get

Error: No results matching query were found.

Do I have to install torch with Lua 5.2 and without LuaJIT?

Cheers, Benedikt

prov3it commented 8 years ago

Did you run install-debs completely? Did you compile openblas from scratch? What OS/version are you running?

bobbens commented 8 years ago

Look at http://torch.ch/docs/getting-started.html (it installs it's own copy of lua and luarocks). As this is a torch installation issue, I am closing this issue.