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
To make GPU invisible
export CUDA_VISIBLE_DEVICES=""
To return to normal
unset CUDA_VISIBLE_DEVICES