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 305a2db commit e545bb9Copy full SHA for e545bb9
tests/test_inference.py
@@ -4,7 +4,7 @@
4
from timm import list_models, create_model
5
6
7
-@pytest.mark.timeout(360)
+@pytest.mark.timeout(300)
8
@pytest.mark.parametrize('model_name', list_models())
9
@pytest.mark.parametrize('batch_size', [1])
10
def test_model_forward(model_name, batch_size):
0 commit comments