There used to be a tutorial here for using Torch7 on EC2, but it's now outdated. It is best to use an EC2 image that already has Torch7 and CUDA stuff preinstalled.
Last active
November 23, 2015 03:11
-
-
Save y0ast/1e80daf19a6d4e210706 to your computer and use it in GitHub Desktop.
Tutorial for using Torch7 on Amazon EC2 GPUs
Thanks for the tutorial!
Unfortunately it doesn't seem to be working for me:
$ th -l cutorch -e "cutorch.test()"
could not load cutorch, skipping
[string "cutorch.test()"]:1: attempt to index global 'cutorch' (a nil value)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Good that it's solved!