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
2 changes: 1 addition & 1 deletion site/en/guide/data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@
"id": "wxy9hDMTq1zD"
},
"source": [
"The `output_shapes` argument is not *required* but is highly recomended as many tensorflow operations do not support tensors with unknown rank. If the length of a particular axis is unknown or variable, set it as `None` in the `output_shapes`.\n",
"The `output_shapes` argument is not *required* but is highly recommended as many TensorFlow operations do not support tensors with an unknown rank. If the length of a particular axis is unknown or variable, set it as `None` in the `output_shapes`.\n",
"\n",
"It's also important to note that the `output_shapes` and `output_types` follow the same nesting rules as other dataset methods.\n",
"\n",
Expand Down