Remove resnetv2_101x1_bitm from exclude feat features

pull/554/head
Aman Arora 4 years ago
parent 3a73401b5d
commit ea9f935e9d

@ -169,7 +169,7 @@ EXCLUDE_FEAT_FILTERS = [
]
if 'GITHUB_ACTIONS' in os.environ: # and 'Linux' in platform.system():
# GitHub Linux runner is slower and hits memory limits sooner than MacOS, exclude bigger models
EXCLUDE_FEAT_FILTERS += ['*resnext101_32x32d', '*resnext101_32x16d', 'resnetv2_101x1_bitm']
EXCLUDE_FEAT_FILTERS += ['*resnext101_32x32d', '*resnext101_32x16d']
@pytest.mark.timeout(120)

Loading…
Cancel
Save