Skip to content

Commit

Permalink
Merge pull request WZMIAOMIAO#140 from WZMIAOMIAO/dev
Browse files Browse the repository at this point in the history
update default para
  • Loading branch information
WZMIAOMIAO authored Feb 1, 2021
2 parents 0071b69 + 59f1de0 commit 4ef38f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytorch_classification/Test5_resnet/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def __init__(self,
num_classes=1000,
include_top=True,
groups=1,
width_per_group=4):
width_per_group=64):
super(ResNet, self).__init__()
self.include_top = include_top
self.in_channel = 64
Expand Down

0 comments on commit 4ef38f3

Please sign in to comment.