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 63a1217 commit 4f1cf2fCopy full SHA for 4f1cf2f
tests/test_model.py
@@ -9,7 +9,7 @@
9
10
# -- fixtures -------------------------------------------------------------------------------------
11
12
-@pytest.fixture(scope='module', params=[x for x in range(8)])
+@pytest.fixture(scope='module', params=[x for x in range(4)])
13
def model(request):
14
return 'efficientnet-b{}'.format(request.param)
15
0 commit comments