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 f6b5660 commit e717250Copy full SHA for e717250
tests/test_models.py
@@ -69,7 +69,6 @@ def test_model_backward(model_name, batch_size):
69
70
@pytest.mark.timeout(120)
71
@pytest.mark.parametrize('model_name', list_models())
72
-#@pytest.mark.parametrize('model_name', ["xception41"])
73
@pytest.mark.parametrize('batch_size', [1])
74
def test_model_default_cfgs(model_name, batch_size):
75
"""Run a single forward pass with each model"""
0 commit comments