Skip to content

Commit f8ba581

Browse files
authored
Revert "Change the SUM_OF_PRETRAINED_RESNET18_PARAMS decimal values to resolve broken tests. (#2978)" (#2990)
This reverts commit 1f4e3a4.
1 parent 78159d6 commit f8ba581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_hub.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def sum_of_model_parameters(model):
1313
return s
1414

1515

16-
SUM_OF_PRETRAINED_RESNET18_PARAMS = -12703.8974609375
16+
SUM_OF_PRETRAINED_RESNET18_PARAMS = -12703.9931640625
1717

1818

1919
@unittest.skipIf('torchvision' in sys.modules,

0 commit comments

Comments
 (0)