Browse Source

!12420 fix resnet thor smoke threshold

From: @wangmin0104
Reviewed-by: @wang_zi_dong,@jjfeing
Signed-off-by: @wang_zi_dong
tags/v1.2.0-rc1
mindspore-ci-bot Gitee 4 years ago
parent
commit
4f179898aa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/st/networks/models/resnet50/test_resnet50_imagenet.py

+ 1
- 1
tests/st/networks/models/resnet50/test_resnet50_imagenet.py View File

@@ -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

Loading…
Cancel
Save