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 14e01b8 commit 305a2dbCopy full SHA for 305a2db
tests/test_inference.py
@@ -4,7 +4,7 @@
4
from timm import list_models, create_model
5
6
7
-@pytest.mark.timeout(60)
+@pytest.mark.timeout(360)
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