We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sorry I am quite new to torch. how do I install it? I have torch already installed on my system.
I tried to run the script https://raw.githubusercontent.com/andresy/mnist/master/rocks/mnist-scm-1.rockspec by
$ torch-rocks script
but the OS is not able to find the command 'torch-rocks'.
The text was updated successfully, but these errors were encountered:
I found that luarocks now support installing mnist package. It seems torch-rocks packages has been integrated into luarocks repository database.
Sorry, something went wrong.
Same for me. torch-rocks does not work, but luarocks seems to do the job.
torch-rocks
luarocks
For ubuntu, try to run command luarocks install mnist.
luarocks install mnist
No branches or pull requests
Sorry I am quite new to torch. how do I install it? I have torch already installed on my system.
I tried to run the script
https://raw.githubusercontent.com/andresy/mnist/master/rocks/mnist-scm-1.rockspec
by
$ torch-rocks script
but the OS is not able to find the command 'torch-rocks'.
The text was updated successfully, but these errors were encountered: