We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48de528 commit 6d1a084Copy full SHA for 6d1a084
test/test_models.py
@@ -459,9 +459,6 @@ def test_detection_model_validation(model_name):
459
@pytest.mark.parametrize('model_name', get_available_video_models())
460
@pytest.mark.parametrize('dev', _devs)
461
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.')
465
ModelTester()._test_video_model(model_name, dev)
466
467
0 commit comments