Skip to content

Commit 25d5e05

Browse files
authored
fix title typo: 2.3.2 -> 2.3.3
1 parent b792091 commit 25d5e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/chapter02_prerequisite/2.3_autograd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ True
7474
<SumBackward0 object at 0x118f50cc0>
7575
```
7676

77-
## 2.3.2 梯度
77+
## 2.3.3 梯度
7878
因为`out`是一个标量,所以调用`backward()`时不需要指定求导变量:
7979
``` python
8080
out.backward() # 等价于 out.backward(torch.tensor(1.))

0 commit comments

Comments
 (0)