Skip to content

Commit

Permalink
Cleanup unused member with old name
Browse files Browse the repository at this point in the history
  • Loading branch information
rwightman committed May 30, 2019
1 parent 7a6d615 commit 0fc4cca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion models/genmobilenet.py
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,6 @@ def __init__(self, block_args, num_classes=1000, in_chans=3, stem_size=32, num_f
folded_bn=False, padding_same=False):
super(GenMobileNet, self).__init__()
self.num_classes = num_classes
self.depth_multiplier = channel_multiplier
self.drop_rate = drop_rate
self.act_fn = act_fn
self.num_features = num_features
Expand Down

0 comments on commit 0fc4cca

Please sign in to comment.