Skip to content

Instantly share code, notes, and snippets.

View prerakmody's full-sized avatar
🏠
Working from home

pmod prerakmody

🏠
Working from home
View GitHub Profile
@prerakmody
prerakmody / aws_deeplearning_ami.md
Last active June 25, 2018 14:46 — forked from asimihsan/setup.md
Installing Deep Learning tools on a cloud instance

Launch an EC2 Instance

  1. Check Spot Instance Pricing here
  2. Open EC2 console
  3. Choose AMI :
    • Deep Learning AMI (Ubuntu) Version 8.0 - ami-dff741a0
      • contains TensorFlow and other famous DL libraries
      • make sure you select the "Ubuntu" version and not "Amazon Linux" version
  4. Instance Type : Select an instanct type from the p2/p3 family
    • For inference purposes - p2.xlarge (1 x Nvidia Tesla K80)
  • For training purposes - p3.xlarge (1 x Nvidia Tesla V100)