From 59e452f258c74506513c15279364dd0e004cc765 Mon Sep 17 00:00:00 2001 From: Giuseppe Franco Date: Thu, 7 Dec 2023 15:55:00 +0000 Subject: [PATCH] Fix test v2 --- tests/brevitas/graph/equalization_fixtures.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/brevitas/graph/equalization_fixtures.py b/tests/brevitas/graph/equalization_fixtures.py index 0c873d061..ca38cc5e2 100644 --- a/tests/brevitas/graph/equalization_fixtures.py +++ b/tests/brevitas/graph/equalization_fixtures.py @@ -22,7 +22,7 @@ 'mobilenet_v2': [0.161, 0.320], 'resnet18': [0.487, 0.952], 'googlenet': [0.495, 0.982], - 'inception_v3': [0.582, 0.989], + 'inception_v3': [0.497, 0.989], 'alexnet': [0.875, 0.875],} IN_SIZE_CONV = (1, 3, 224, 224)