Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kashif/tf-keras-tutorial
- Owner: kashif
- License: mit
- Created: 2018-07-12T09:31:09.000Z (over 6 years ago)
- Default Branch: tf2
- Last Pushed: 2019-02-27T23:02:09.000Z (almost 6 years ago)
- Last Synced: 2024-10-29T23:34:01.478Z (about 2 months ago)
- Topics: deep-learning, keras, tensorflow, tensorflow-tutorials
- Language: Jupyter Notebook
- Size: 123 KB
- Stars: 74
- Watchers: 6
- Forks: 30
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```