Created
September 28, 2019 17:08
-
-
Save securetorobert/f1d779b4ba9b1a8eef695a30b5cffe85 to your computer and use it in GitHub Desktop.
Install TF 2.0 and import libraries
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
!pip install tensorflow-gpu==2.0.0-beta0 | |
import tensorflow as tf | |
from tensorflow.keras import layers, models, optimizers |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment