Skip to content

Commit c724056

Browse files
committed
fix typo
1 parent 4cfdb66 commit c724056

File tree

2 files changed

+1373
-0
lines changed

2 files changed

+1373
-0
lines changed

00_pytorch_fundamentals.ipynb

+1
Original file line numberDiff line numberDiff line change
@@ -1463,6 +1463,7 @@
14631463
"PyTorch implements matrix multiplication functionality in the [`torch.matmul()`](https://pytorch.org/docs/stable/generated/torch.matmul.html) method.\n",
14641464
"\n",
14651465
"The main two rules for matrix multiplication to remember are:\n",
1466+
"\n",
14661467
"1. The **inner dimensions** must match:\n",
14671468
" * `(3, 2) @ (3, 2)` won't work\n",
14681469
" * `(2, 3) @ (3, 2)` will work\n",

0 commit comments

Comments
 (0)