Skip to content

Instantly share code, notes, and snippets.

@y0ast
Last active November 23, 2015 03:11
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save y0ast/1e80daf19a6d4e210706 to your computer and use it in GitHub Desktop.
Save y0ast/1e80daf19a6d4e210706 to your computer and use it in GitHub Desktop.
Tutorial for using Torch7 on Amazon EC2 GPUs

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.

@structuralist
Copy link

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