Skip to content

Commit 7b94f01

Browse files
authored
remove duplicated defination
1 parent 1770e3e commit 7b94f01

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

efficientdet/model.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@ class Regressor(nn.Module):
311311
def __init__(self, in_channels, num_anchors, num_layers, onnx_export=False):
312312
super(Regressor, self).__init__()
313313
self.num_layers = num_layers
314-
self.num_layers = num_layers
315314

316315
self.conv_list = nn.ModuleList(
317316
[SeparableConvBlock(in_channels, in_channels, norm=False, activation=False) for i in range(num_layers)])

0 commit comments

Comments
 (0)