From 4d02adc2fedcb1dc0d8e32e0ca61545253fb6fc7 Mon Sep 17 00:00:00 2001 From: xinyingxinying <63766413+xinyingxinying@users.noreply.github.com> Date: Mon, 20 Apr 2020 11:08:14 +0800 Subject: [PATCH] Update op.py add deform_conv (#52) --- ppdet/modeling/ops.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ppdet/modeling/ops.py b/ppdet/modeling/ops.py index 7597e250a..9cb54edc2 100644 --- a/ppdet/modeling/ops.py +++ b/ppdet/modeling/ops.py @@ -48,7 +48,6 @@ def _conv_offset(input, filter_size, stride, padding, act=None, name=None): name=name) return out - def DeformConvNorm(input, num_filters, filter_size, -- GitLab