tf-keras-tutorial

tf.keras + tf.data with Eager Execution

MIT License

Stars
74
Committers
1

TensorFlow 2 tf.keras Tutorial

TensorFlow 2 tf.keras with tf.dataTutorial notebooks shamelessly copied from tensorflow/workshops

Requirements

You need the latest version of TensorFlow 2 which at this time is you can get via:

$ pip3 install -U tf-nightly-gpu-2.0-preview
Related Projects