kaishengtai / neuralart

An implementation of the paper 'A Neural Algorithm of Artistic Style'.
MIT License
2.41k stars 353 forks source link

sudo luarocks install inn error! #4

Closed H0icky closed 9 years ago

H0icky commented 9 years ago

sudo luarocks install inn Error: No results matching query were found. I cant use luarocks to install inn or loadcaffe that mentions in https://github.com/jcjohnson/neural-style

Kaixhin commented 9 years ago

If you're having issues with luarocks then check https://github.com/torch/nngraph/issues/52. You will need to install inn for the code in this repo, but not loadcaffe.

kaishengtai commented 9 years ago

@H0icky Try installing Torch/Luarocks from http://torch.ch/. They maintain their own manifest that contains modules not in the www.luarocks.org manifest.

H0icky commented 9 years ago

@Kaixhin @kaishengtai Thank you. It works:)