Speed up TensorFlow code using TFRecords

A demonstration showing how TFRecords and dataset pipelines can speed up model training for TensorFlow 2.

1. Naive Training

The first notebook that batches the training data naively.

Open In Colab

2. Using TFRecords

The second notebook that batches the training data using TFRecords.

Open In Colab