Skip to content

Commit

Permalink
for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
xiliu8006 committed Apr 7, 2021
1 parent 010024e commit d52c837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmdet3d/models/backbones/nostem_regnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class NoStemRegNet(RegNet):
(1, 1008, 1, 1)
"""

def __init__(self, arch, init_cfg=None; **kwargs):
def __init__(self, arch, init_cfg=None, **kwargs):
super(NoStemRegNet, self).__init__(arch, init_cfg=init_cfg, **kwargs)

def _make_stem_layer(self, in_channels, base_channels):
Expand Down

0 comments on commit d52c837

Please sign in to comment.