Skip to content

Commit 46a28b4

Browse files
authored
Merge pull request mrdbourke#280 from mustious/patch-2
small spelling change
2 parents 033704a + b714f81 commit 46a28b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

00_pytorch_fundamentals.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,7 @@
10441044
"float_32_tensor = torch.tensor([3.0, 6.0, 9.0],\n",
10451045
" dtype=None, # defaults to None, which is torch.float32 or whatever datatype is passed\n",
10461046
" device=None, # defaults to None, which uses the default tensor type\n",
1047-
" requires_grad=False) # if True, operations perfromed on the tensor are recorded \n",
1047+
" requires_grad=False) # if True, operations performed on the tensor are recorded \n",
10481048
"\n",
10491049
"float_32_tensor.shape, float_32_tensor.dtype, float_32_tensor.device"
10501050
]

0 commit comments

Comments
 (0)