lmoroney/dlaicourse

Notebook link broken - Consuming TFRecord data See Loading TFRecords for an end-to-end example.

agrawalparth opened this issue · 0 comments

In the notebook for TF2 Course 3 (TFDS) Week 2 examples,

https://github.com/lmoroney/dlaicourse/blob/master/TensorFlow%20Deployment/Course%203%20-%20TensorFlow%20Datasets/Week%202/Examples/data.ipynb

Under the section "Consuming TFRecord data" , the link to colab version of tf_records tutorial was changed in the tensorflow tutorials notebook as notebook name got changed.

It has instead become https://colab.research.google.com/github/tensorflow/docs/blob/master/site/en/tutorials/load_data/tfrecord.ipynb
from
https://colab.research.google.com/github/tensorflow/docs/blob/master/site/en/tutorials/load_data/tf_records.ipynb)

image