Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions site/en/tutorials/load_data/tfrecord.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@
"id": "gWETjUqhEQZf"
},
"source": [
"Alternatively, use `tf.parse example` to parse the whole batch at once. Apply this function to each item in the dataset using the `tf.data.Dataset.map` method:"
"Alternatively, use `tf.parse_example` to parse the whole batch at once. Apply this function to each item in the dataset using the `tf.data.Dataset.map` method:"
]
},
{
Expand Down Expand Up @@ -1149,7 +1149,6 @@
"pL--_KGdYoBz"
],
"name": "tfrecord.ipynb",
"provenance": [],
"toc_visible": true
},
"kernelspec": {
Expand Down