Reputation: 57
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
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