Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kashif/tf-keras-tutorial

tf.keras + tf.data with Eager Execution
https://github.com/kashif/tf-keras-tutorial

deep-learning keras tensorflow tensorflow-tutorials

Last synced: about 2 months ago
JSON representation

tf.keras + tf.data with Eager Execution

Awesome Lists containing this project

README

        

# TensorFlow 2 `tf.keras` Tutorial

TensorFlow 2 `tf.keras` with `tf.data`Tutorial notebooks shamelessly copied from [tensorflow/workshops](https://github.com/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
```