Relaxed tolerance for fp16_inception_v1 model (#2129)

This commit is contained in:
Katarzyna Mitrus 2020-09-09 15:47:53 +02:00 committed by GitHub
parent dca30b4522
commit ba86f23dd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,7 @@ if len(MODELS_ROOT_DIR) == 0:
tolerance_map = {
"arcface_lresnet100e_opset8": {"atol": 0.001, "rtol": 0.001},
"fp16_inception_v1": {"atol": 0.001, "rtol": 0.001},
"mobilenet_opset7": {"atol": 0.001, "rtol": 0.001},
"resnet50_v2_opset7": {"atol": 0.001, "rtol": 0.001},
"test_mobilenetv2-1.0": {"atol": 0.001, "rtol": 0.001},