Skip to content

Commit d37a7fb

Browse files
committed
update.
1 parent 06f9c4b commit d37a7fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner_source/basics/autogradqs_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116

117117
with torch.no_grad():
118118
z = torch.matmul(x, w)+b
119-
print(z.requires_grad)
119+
prin(z.requires_grad)
120120

121121

122122
######################################################################

0 commit comments

Comments
 (0)