From c9d65aaa199536476a78688b606e6cf04dea3c9c Mon Sep 17 00:00:00 2001 From: Vasilis Vryniotis Date: Wed, 11 Nov 2020 20:23:38 +0000 Subject: [PATCH] Revert "Change the `SUM_OF_PRETRAINED_RESNET18_PARAMS` decimal values to resolve broken tests. (#2978)" This reverts commit 1f4e3a46609df5550789ea681820cd77b186b515. --- test/test_hub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_hub.py b/test/test_hub.py index 2057d01dcc1..29ae90014d1 100644 --- a/test/test_hub.py +++ b/test/test_hub.py @@ -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,