Skip to content

Commit

Permalink
Skip expected checks for quantized resnet50 due to flakiness. (pytorc…
Browse files Browse the repository at this point in the history
  • Loading branch information
datumbox authored and cyyever committed Nov 16, 2021
1 parent 1cbdff9 commit 5f7ea5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def _check_input_backprop(model, inputs):
# 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
# 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
Expand Down

0 comments on commit 5f7ea5d

Please sign in to comment.