Skip to content

Commit

Permalink
fix: remove redundant newline
Browse files Browse the repository at this point in the history
  • Loading branch information
weiaicunzai committed Dec 28, 2020
1 parent 60b7236 commit e471d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/stochasticdepth.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,12 +176,12 @@ def forward(self, x):

return output


def stochastic_depth_resnet18():
""" return a ResNet 18 object
"""
return StochasticDepthResNet(StochasticDepthBasicBlock, [2, 2, 2, 2])


def stochastic_depth_resnet34():
""" return a ResNet 34 object
"""
Expand Down

0 comments on commit e471d6a

Please sign in to comment.