remove comments

This commit is contained in:
Yusuke Uchida 2020-08-11 23:33:22 +09:00
parent f6b56602f9
commit e717250ed4

View File

@ -69,7 +69,6 @@ def test_model_backward(model_name, batch_size):
@pytest.mark.timeout(120)
@pytest.mark.parametrize('model_name', list_models())
#@pytest.mark.parametrize('model_name', ["xception41"])
@pytest.mark.parametrize('batch_size', [1])
def test_model_default_cfgs(model_name, batch_size):
"""Run a single forward pass with each model"""