I have installed tensorflow-gpu
using pip
(within Anaconda). Here is the verification:
$ pip list | grep tensorflow
tensorflow-gpu (1.4.0)
But whenever I run a model, it uses the CPU. Can someone please help.
Another command I tried:
$ find . -name tensorflow
./anaconda3/lib/python3.6/site-packages/tensorflow
./anaconda3/lib/python3.6/site-packages/tensorflow/include/tensorflow
Is there a conflict?