Deshabilitar GPU en Jupyter Notebook en TensorFlow
import os
os.environ["CUDA_VISIBLE_DEVICES"] = "-1"
import tensorflow as tf
Novid19
import os
os.environ["CUDA_VISIBLE_DEVICES"] = "-1"
import tensorflow as tf