Having installed tensorflow GPU (running on a measly NVIDIA GeForce 950), I would like to compare performance with the CPU.
I am running the tensorFlow MNIST tutorial c
try setting tf.device to cpu:0
with tf.Session() as sess: with tf.device("/cpu:0"):