disable gpu in jupyter notebook in tensorflow

33

import os
os.environ["CUDA_VISIBLE_DEVICES"] = "-1"
import tensorflow as tf

Comments

Submit
0 Comments