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
08887344
Unverified
Commit
08887344
authored
Feb 27, 2023
by
Nicolas Hug
Committed by
GitHub
Feb 27, 2023
Browse files
Skip test_schema_meta_validation[maskrcnn_resnet50_fpn_v2] (#7350)
parent
1cd95e65
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
test/test_extended_models.py
test/test_extended_models.py
+4
-0
No files found.
test/test_extended_models.py
View file @
08887344
...
@@ -182,6 +182,10 @@ detection_models_input_dims = {
...
@@ -182,6 +182,10 @@ detection_models_input_dims = {
)
)
@
run_if_test_with_extended
@
run_if_test_with_extended
def
test_schema_meta_validation
(
model_fn
):
def
test_schema_meta_validation
(
model_fn
):
if
model_fn
.
__name__
==
"maskrcnn_resnet50_fpn_v2"
:
pytest
.
skip
(
reason
=
"FIXME https://github.com/pytorch/vision/issues/7349"
)
# list of all possible supported high-level fields for weights meta-data
# list of all possible supported high-level fields for weights meta-data
permitted_fields
=
{
permitted_fields
=
{
"backend"
,
"backend"
,
...
...
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