lmoroney / dlaicourse

Notebooks for learning deep learning
5.66k stars 5.38k forks source link

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

Open agrawalparth opened 3 years ago

agrawalparth commented 3 years ago

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