You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/en/r1/tutorials/load_data/tf_records.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -632,7 +632,7 @@
632
632
"source": [
633
633
"We can also read the TFRecord file using the `tf.data.TFRecordDataset` class.\n",
634
634
"\n",
635
-
"More information on consuming TFRecord files using `tf.data` can be found [here](https://www.tensorflow.org/r1/guide/datasets#consuming_tfrecord_data).\n",
635
+
"More information on consuming TFRecord files using `tf.data` can be found [here](https://www.tensorflow.org/guide/data#consuming_tfrecord_data).\n",
636
636
"\n",
637
637
"Using `TFRecordDataset`s can be useful for standardizing input data and optimizing performance."
0 commit comments