Skip to content

Commit

Permalink
fix bug #79
Browse files Browse the repository at this point in the history
  • Loading branch information
ShusenTang authored Dec 30, 2019
1 parent cd848d2 commit b3401dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/chapter05_CNN/5.8_nin.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ NiN是在AlexNet问世不久后提出的。它们的卷积层设定有类似之

``` python
# 已保存在d2lzh_pytorch
import torch.nn.functional as F
class GlobalAvgPool2d(nn.Module):
# 全局平均池化层可通过将池化窗口形状设置成输入的高和宽实现
def __init__(self):
Expand Down

0 comments on commit b3401dd

Please sign in to comment.