Skip to content

Commit 6d1a084

Browse files
datumboxNicolasHug
andauthored
Reenable tests for r2plus1d_18. (#3919)
Co-authored-by: Nicolas Hug <[email protected]>
1 parent 48de528 commit 6d1a084

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/test_models.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -459,9 +459,6 @@ def test_detection_model_validation(model_name):
459459
@pytest.mark.parametrize('model_name', get_available_video_models())
460460
@pytest.mark.parametrize('dev', _devs)
461461
def test_video_model(model_name, dev):
462-
if IN_CIRCLE_CI and 'cuda' in dev.type and model_name == 'r2plus1d_18' and sys.platform == 'linux':
463-
# FIXME: Failure should fixed and test re-actived. See https://github.com/pytorch/vision/issues/3702
464-
pytest.skip('r2plus1d_18 fails on CircleCI linux GPU machines.')
465462
ModelTester()._test_video_model(model_name, dev)
466463

467464

0 commit comments

Comments
 (0)