Skip to content
Chandan Maruthi edited this page Jul 21, 2017 · 21 revisions

GPU Computing on the cloud for 1 dollar

Computing complex models for AI and ML projects requires extensive resources and training takes forever. GPUs allow for faster computations and makes training practical. However Setting up Tensorflow on Amazon EC2 P2 GPU Instance

What is a GPU

Architecturally, the CPU is composed of just few cores with lots of cache memory that can handle a few software threads at a time. In contrast, a GPU is composed of hundreds of cores that can handle thousands of threads simultaneously. The ability of a GPU with 100+ cores to process thousands of threads can accelerate some software by 100x over a CPU alone. What’s more, the GPU achieves this acceleration while being more power- and cost-efficient than a CPU.

So why dont we all have more of them

Dedicated GPUs re large , need lots of cooling and power and are just too expensive.

Some people have such setups ,like this guy/gal

https://github.com/chandanmaruthi/TensorFlowOnGPU/blob/master/screenShotsTfGpu/GamingRig.jpg

or

These Guys at Datalog.ai

Clone this wiki locally