Last active
October 14, 2019 00:10
-
-
Save GeorgeSeif/94b84f8bf4045c89b5c4443a15e2124e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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