From 172e9183592a4b7322b2a1c18a4df1c5a83b808b Mon Sep 17 00:00:00 2001 From: mwang Date: Fri, 19 Feb 2021 16:02:03 +0800 Subject: [PATCH] fix resnet thor smoke threshold --- tests/st/networks/models/resnet50/test_resnet50_imagenet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/st/networks/models/resnet50/test_resnet50_imagenet.py b/tests/st/networks/models/resnet50/test_resnet50_imagenet.py index 96ab8cf0348..338557238a4 100644 --- a/tests/st/networks/models/resnet50/test_resnet50_imagenet.py +++ b/tests/st/networks/models/resnet50/test_resnet50_imagenet.py @@ -369,4 +369,4 @@ def test_resnet_and_resnet_thor_imagenet_4p(): os.system("rm -rf " + str(i)) print("End training...") assert thor_acc > 0.25 - assert thor_cost < 25 + assert thor_cost < 21