Skip to content

Commit

Permalink
Update model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
leaderj1001 authored Feb 23, 2021
1 parent 1ecf9f1 commit 4850d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def forward(self, x):
return out


def ResNet50(num_classes=1000, resolution=(256, 256)):
def ResNet50(num_classes=1000, resolution=(224, 224)):
return ResNet(Bottleneck, [3, 4, 6, 3], num_classes=num_classes, resolution=resolution)


Expand Down

0 comments on commit 4850d9d

Please sign in to comment.