未验证 提交 e304a53d 编写于 作者: X xinyingxinying 提交者: GitHub

# add deform conv for fcos head(PaddlePaddle#54)

上级 a9db3f46
......@@ -67,6 +67,7 @@ def DeformConvNorm(input,
initializer=None,
bias_attr=False,
name=None):
assert norm_type in ['bn', 'sync_bn', 'affine_channel']
if bias_attr:
bias_para = ParamAttr(
name=name + "_bias",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册