Skip to content

Commit f7a0361

Browse files
authored
Merge branch 'main' into svekars-patch-63
2 parents 28437ca + 9b6de8f commit f7a0361

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

beginner_source/basics/tensorqs_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
#
6464
# ``shape`` is a tuple of tensor dimensions. In the functions below, it determines the dimensionality of the output tensor.
6565

66-
shape = (2,3,)
66+
shape = (2,3)
6767
rand_tensor = torch.rand(shape)
6868
ones_tensor = torch.ones(shape)
6969
zeros_tensor = torch.zeros(shape)

0 commit comments

Comments
 (0)