未验证 提交 081ca857 编写于 作者: L littletomatodonkey 提交者: GitHub

Update resnet_vd.py

上级 061d1961
......@@ -285,7 +285,7 @@ class ResNet_vd(nn.Layer):
shortcut=shortcut,
if_first=block == i == 0,
name=conv_name,
lr_mult=lr_mult))
lr_mult=self.lr_mult_list[block + 1]))
self.block_list.append(basic_block)
shortcut = True
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册