Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
9407b45a
Unverified
Commit
9407b45a
authored
Oct 21, 2021
by
Vasilis Vryniotis
Committed by
GitHub
Oct 21, 2021
Browse files
Skip expected checks for quantized resnet50 due to flakiness. (#4686)
parent
e32f5439
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
test/test_models.py
test/test_models.py
+1
-1
No files found.
test/test_models.py
View file @
9407b45a
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment