Unverified Commit 9407b45a authored by Vasilis Vryniotis's avatar Vasilis Vryniotis Committed by GitHub
Browse files

Skip expected checks for quantized resnet50 due to flakiness. (#4686)

parent e32f5439
...@@ -223,7 +223,7 @@ autocast_flaky_numerics = ( ...@@ -223,7 +223,7 @@ autocast_flaky_numerics = (
# The tests for the following quantized models are flaky possibly due to inconsistent # The tests for the following quantized models are flaky possibly due to inconsistent
# rounding errors in different platforms. For this reason the input/output consistency # rounding errors in different platforms. For this reason the input/output consistency
# tests under test_quantized_classification_model will be skipped for the following models. # tests under test_quantized_classification_model will be skipped for the following models.
quantized_flaky_models = ("inception_v3",) quantized_flaky_models = ("inception_v3", "resnet50")
# The following contains configuration parameters for all models which are used by # The following contains configuration parameters for all models which are used by
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment