torch-rnn
torch-rnn copied to clipboard
No LuaRocks module found for cltorch
I tried to run a rnn using openCL but it returned the error "module 'cltorch' not found: No LuaRocks module found for cltorch". The way that cltorch is installed has recently changed and no longer uses luarocks and I think the issue lies here. I installed cltorch the way that is now recommended on the distro-cl page but this was unsuccessful.
Strange, I had no issues installing cltorch from the suggested Github. Have you tried again recently? Were there any errors that occurred?
I also do not see many required modules. Cannot install following rocks:
luarocks install torch luarocks install optim
luarocks install cltorch luarocks install clnn
I keep getting something like
# luarocks install torch
Error: No results matching query were found.
@tmp6154 Did you make sure to follow the complete torch installation instructions first? You need to install regular torch through their instructions, then follow the instructions here for installing OpenCL torch. Then you can install the necessary rocks through lua.
You need to make sure you do this:
source ~/torch-cl/install/bin/torch-activate