I have installed the GPU version of tensorflow on an Ubuntu 14.04.
I am on a GPU server where tensorflow can access the available GPUs.
I want to run tensorflow on the CPUs.
Normally I can use env CUDA_VISIBLE_DEVICES=0
to run on GPU no. 0.
How can I pick between the CPUs instead?
I am not intersted in rewritting my code with with tf.device("/cpu:0"):
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…