Skip to content

Commit 342c864

Browse files
authored
fix tensor descriptions per Usage Guide docs
1 parent 6289607 commit 342c864

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

site/en/guide/tensor.ipynb

+6-6
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@
240240
"source": [
241241
"<table>\n",
242242
"<tr>\n",
243-
" <th colspan=3>A 3-axis tensor, shape: <code>[3, 2, 5]</code></th>\n",
243+
" <th colspan=3>A 3-dimensional tensor, shape: <code>[3, 2, 5]</code></th>\n",
244244
"<tr>\n",
245245
"<tr>\n",
246246
" <td>\n",
@@ -439,7 +439,7 @@
439439
" <td>\n",
440440
"<img src=\"images/tensor/shape.png\" alt=\"A tensor shape is like a vector.\">\n",
441441
" <td>\n",
442-
"<img src=\"images/tensor/4-axis_block.png\" alt=\"A 4-axis tensor\">\n",
442+
"<img src=\"images/tensor/4-axis_block.png\" alt=\"A 4-dimensional tensor\">\n",
443443
" </td>\n",
444444
" </tr>\n",
445445
"</table>\n"
@@ -475,7 +475,7 @@
475475
"</tr>\n",
476476
"<tr>\n",
477477
" <td>\n",
478-
"<img src=\"images/tensor/shape2.png\" alt=\"Keep track of what each axis is. A 4-axis tensor might be: Batch, Width, Height, Freatures\">\n",
478+
"<img src=\"images/tensor/shape2.png\" alt=\"Keep track of what each axis is. A 4-dimensional tensor might be: Batch, Width, Height, Features\">\n",
479479
" </td>\n",
480480
"</tr>\n",
481481
"</table>"
@@ -648,7 +648,7 @@
648648
"id": "P45TwSUVSK6G"
649649
},
650650
"source": [
651-
"Here is an example with a 3-axis tensor:"
651+
"Here is an example with a 3-dimensional tensor:"
652652
]
653653
},
654654
{
@@ -677,7 +677,7 @@
677677
"<img src=\"images/tensor/index1.png\" alt=\"A 3x2x5 tensor with all the values at the index-4 of the last axis selected.\">\n",
678678
" </td>\n",
679679
" <td>\n",
680-
"<img src=\"images/tensor/index2.png\" alt=\"The selected values packed into a 2-axis tensor.\">\n",
680+
"<img src=\"images/tensor/index2.png\" alt=\"The selected values packed into a 2-dimensional tensor.\">\n",
681681
" </td>\n",
682682
"</tr>\n",
683683
"</table>"
@@ -1122,7 +1122,7 @@
11221122
"</tr>\n",
11231123
"<tr>\n",
11241124
" <td>\n",
1125-
"<img src=\"images/tensor/ragged.png\" alt=\"A 2-axis ragged tensor, each row can have a different length.\">\n",
1125+
"<img src=\"images/tensor/ragged.png\" alt=\"A 2-dimensional ragged tensor, each row can have a different length.\">\n",
11261126
" </td>\n",
11271127
"</tr>\n",
11281128
"</table>"

0 commit comments

Comments
 (0)