Skip to content

Instantly share code, notes, and snippets.

@GeorgeSeif
Last active October 14, 2019 00:10
Show Gist options
  • Save GeorgeSeif/94b84f8bf4045c89b5c4443a15e2124e to your computer and use it in GitHub Desktop.
Save GeorgeSeif/94b84f8bf4045c89b5c4443a15e2124e to your computer and use it in GitHub Desktop.
import tensorflow as tf
from tensorflow.keras import datasets, layers, models, optimizers
import matplotlib.pyplot as plt
if tf.__version__ < "2.0.0":
!pip install --upgrade tensorflow_gpu==2.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment