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

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

parent a21ed3af
......@@ -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,
......
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