Unverified Commit f8ba581a authored by Vasilis Vryniotis's avatar Vasilis Vryniotis Committed by GitHub
Browse files

Revert "Change the `SUM_OF_PRETRAINED_RESNET18_PARAMS` decimal values to...

Revert "Change the `SUM_OF_PRETRAINED_RESNET18_PARAMS` decimal values to resolve broken tests. (#2978)" (#2990)

This reverts commit 1f4e3a46.
parent 78159d61
......@@ -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,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment