From fb1872d959f72b94243d84c3a31f40efa82c0bb2 Mon Sep 17 00:00:00 2001 From: sushreebarsa <84765720+sushreebarsa@users.noreply.github.com> Date: Thu, 3 Feb 2022 12:37:59 +0530 Subject: [PATCH 1/2] Update data.ipynb Changed the word from recomended to recommended --- site/en/guide/data.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/en/guide/data.ipynb b/site/en/guide/data.ipynb index 3143d7e0557..9483c7663ed 100644 --- a/site/en/guide/data.ipynb +++ b/site/en/guide/data.ipynb @@ -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 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", From 646765a69e494d86c7f781c6af75eeb6f9aa78f0 Mon Sep 17 00:00:00 2001 From: 8bitmp3 <19637339+8bitmp3@users.noreply.github.com> Date: Thu, 3 Feb 2022 00:38:34 -0800 Subject: [PATCH 2/2] Update site/en/guide/data.ipynb --- site/en/guide/data.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/en/guide/data.ipynb b/site/en/guide/data.ipynb index 9483c7663ed..fd3232be1b9 100644 --- a/site/en/guide/data.ipynb +++ b/site/en/guide/data.ipynb @@ -544,7 +544,7 @@ "id": "wxy9hDMTq1zD" }, "source": [ - "The `output_shapes` argument is not *required* but is highly recommended 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",