Skip to content

Commit

Permalink
Change the SUM_OF_PRETRAINED_RESNET18_PARAMS decimal values to reso…
Browse files Browse the repository at this point in the history
…lve broken tests. (pytorch#2978)
  • Loading branch information
datumbox authored Nov 9, 2020
1 parent a21ed3a commit 1f4e3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def sum_of_model_parameters(model):
return s


SUM_OF_PRETRAINED_RESNET18_PARAMS = -12703.9931640625
SUM_OF_PRETRAINED_RESNET18_PARAMS = -12703.8974609375


@unittest.skipIf('torchvision' in sys.modules,
Expand Down

0 comments on commit 1f4e3a4

Please sign in to comment.