remove comments

pull/216/head
Yusuke Uchida 4 years ago
parent f6b56602f9
commit e717250ed4

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

Loading…
Cancel
Save