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
6d1a0840
Unverified
Commit
6d1a0840
authored
May 26, 2021
by
Vasilis Vryniotis
Committed by
GitHub
May 26, 2021
Browse files
Reenable tests for r2plus1d_18. (#3919)
Co-authored-by:
Nicolas Hug
<
nicolashug@fb.com
>
parent
48de5289
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
test/test_models.py
test/test_models.py
+0
-3
No files found.
test/test_models.py
View file @
6d1a0840
...
@@ -459,9 +459,6 @@ def test_detection_model_validation(model_name):
...
@@ -459,9 +459,6 @@ def test_detection_model_validation(model_name):
@
pytest
.
mark
.
parametrize
(
'model_name'
,
get_available_video_models
())
@
pytest
.
mark
.
parametrize
(
'model_name'
,
get_available_video_models
())
@
pytest
.
mark
.
parametrize
(
'dev'
,
_devs
)
@
pytest
.
mark
.
parametrize
(
'dev'
,
_devs
)
def
test_video_model
(
model_name
,
dev
):
def
test_video_model
(
model_name
,
dev
):
if
IN_CIRCLE_CI
and
'cuda'
in
dev
.
type
and
model_name
==
'r2plus1d_18'
and
sys
.
platform
==
'linux'
:
# FIXME: Failure should fixed and test re-actived. See https://github.com/pytorch/vision/issues/3702
pytest
.
skip
(
'r2plus1d_18 fails on CircleCI linux GPU machines.'
)
ModelTester
().
_test_video_model
(
model_name
,
dev
)
ModelTester
().
_test_video_model
(
model_name
,
dev
)
...
...
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