提交 ddc3d5cb 编写于 作者: M michaelowenliu

fix an error in F.pad

上级 07c73093
......@@ -330,8 +330,8 @@ class ResNet_vd(nn.Layer):
# A feature list saves the output feature map of each stage.
feat_list = []
for i, stage in enumerate(self.stage_list):
for j, block in enumerate(stage):
for stage in self.stage_list:
for block in stage:
y = block(y)
feat_list.append(y)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册