I prepared an EC2 instance for deep learning on AWS and ran the test code, but it didn't recognize the GPU.
As a result of various investigations, I noticed that I was using tensorflow for CPU.
$ conda install tensorflow-gpu
Solved with (in the case of anaconda). To install from pip
, see here.
Recommended Posts