zeev1079
zeev1079

Reputation: 57

how to use/activate amazon ami deep learning to use GPUs instead of CPUs

I recently decided to experiment with amazon aws ce2 - amazon deep-learning ami--3a533040. However, after connecting to the machine and updating the library, I still cant figure out how to run my on GPUs.

i'm using the GPU compute instance, and i'm activating the source tensorflow_p36. Yet, when I run the code(configured with Conda) it always run it on the CPUs and not on the GPUs.

Upvotes: 0

Views: 188

Answers (1)

rgaut
rgaut

Reputation: 3599

Which instance type are you using to launch the instance? Also does your code execute under gpu device context?
You can also reach out to AWS Developer forum to get help from community https://forums.aws.amazon.com/forum.jspa?forumID=263

Upvotes: 1

Related Questions