TensorFlow
[Advanced] Update an existing TensorFlow tutorial to use tf.data.
TensorFlow provides great official tutorials for both beginners and experts. Many of them still use older data pipeline modules, for example this one. With the release of TensorFlow Dataset it provides much more efficient way to load the data.
Update any Google Colab tutorial on tensorflow.org to use
tf.data.Dataset
, rather than the existing data pipeline.Provide a link to the updated Google Colab example.
Task tags
Students who completed this task
rpal, WZHANG, Tom