Tensor flow toggle between CPU/GPU

To make GPU invisible

export CUDA_VISIBLE_DEVICES=""

To return to normal

unset CUDA_VISIBLE_DEVICES

Leave a Comment