Skip to content

Commit

Permalink
Revert "Change the SUM_OF_PRETRAINED_RESNET18_PARAMS decimal values…
Browse files Browse the repository at this point in the history
… to resolve broken tests. (pytorch#2978)" (pytorch#2990)

This reverts commit 1f4e3a4.
  • Loading branch information
datumbox authored and vfdev-5 committed Dec 4, 2020
1 parent e9190b2 commit e1a3943
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.8974609375
SUM_OF_PRETRAINED_RESNET18_PARAMS = -12703.9931640625


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

0 comments on commit e1a3943

Please sign in to comment.