|
240 | 240 | "source": [
|
241 | 241 | "<table>\n",
|
242 | 242 | "<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", |
244 | 244 | "<tr>\n",
|
245 | 245 | "<tr>\n",
|
246 | 246 | " <td>\n",
|
|
439 | 439 | " <td>\n",
|
440 | 440 | "<img src=\"images/tensor/shape.png\" alt=\"A tensor shape is like a vector.\">\n",
|
441 | 441 | " <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", |
443 | 443 | " </td>\n",
|
444 | 444 | " </tr>\n",
|
445 | 445 | "</table>\n"
|
|
475 | 475 | "</tr>\n",
|
476 | 476 | "<tr>\n",
|
477 | 477 | " <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", |
479 | 479 | " </td>\n",
|
480 | 480 | "</tr>\n",
|
481 | 481 | "</table>"
|
|
648 | 648 | "id": "P45TwSUVSK6G"
|
649 | 649 | },
|
650 | 650 | "source": [
|
651 |
| - "Here is an example with a 3-axis tensor:" |
| 651 | + "Here is an example with a 3-dimensional tensor:" |
652 | 652 | ]
|
653 | 653 | },
|
654 | 654 | {
|
|
677 | 677 | "<img src=\"images/tensor/index1.png\" alt=\"A 3x2x5 tensor with all the values at the index-4 of the last axis selected.\">\n",
|
678 | 678 | " </td>\n",
|
679 | 679 | " <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", |
681 | 681 | " </td>\n",
|
682 | 682 | "</tr>\n",
|
683 | 683 | "</table>"
|
|
1122 | 1122 | "</tr>\n",
|
1123 | 1123 | "<tr>\n",
|
1124 | 1124 | " <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", |
1126 | 1126 | " </td>\n",
|
1127 | 1127 | "</tr>\n",
|
1128 | 1128 | "</table>"
|
|
0 commit comments