Skip to content

Instantly share code, notes, and snippets.

@securetorobert
Created September 28, 2019 17:08
Show Gist options
  • Save securetorobert/f1d779b4ba9b1a8eef695a30b5cffe85 to your computer and use it in GitHub Desktop.
Save securetorobert/f1d779b4ba9b1a8eef695a30b5cffe85 to your computer and use it in GitHub Desktop.
Install TF 2.0 and import libraries
!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