Update test_inference.py

Not six min
pull/146/head
Ross Wightman 4 years ago committed by GitHub
parent 305a2db705
commit e545bb9401
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,7 +4,7 @@ import torch
from timm import list_models, create_model
@pytest.mark.timeout(360)
@pytest.mark.timeout(300)
@pytest.mark.parametrize('model_name', list_models())
@pytest.mark.parametrize('batch_size', [1])
def test_model_forward(model_name, batch_size):

Loading…
Cancel
Save