Skip to content

Commit 0fc4cca

Browse files
committed
Cleanup unused member with old name
1 parent 7a6d615 commit 0fc4cca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

models/genmobilenet.py

-1
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,6 @@ def __init__(self, block_args, num_classes=1000, in_chans=3, stem_size=32, num_f
648648
folded_bn=False, padding_same=False):
649649
super(GenMobileNet, self).__init__()
650650
self.num_classes = num_classes
651-
self.depth_multiplier = channel_multiplier
652651
self.drop_rate = drop_rate
653652
self.act_fn = act_fn
654653
self.num_features = num_features

0 commit comments

Comments
 (0)