We introduce TensorFlow datasets (TFDS). We discuss many facets of a TFDS with code examples. We continue with a complete TFDS modeling example.
Notebooks for chapters are located at the following URL: https://github.com/paperd/tensorflow.
TFDS is a collection of datasets ready to use with TensorFlow. Like all TensorFlow consumable datasets, TFDS are exposed as tf.data.Datasets, which allows us to create easy-to-use, high-performance input pipelines.
- 1.
Click Runtime in the top-left menu.
- 2.
Click Change runtime type from the drop-down menu. ...