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 8563609 commit da48395Copy full SHA for da48395
tests/test_models.py
@@ -21,7 +21,7 @@
21
# GitHub Linux runner is slower and hits memory limits sooner than MacOS, exclude bigger models
22
EXCLUDE_FILTERS = [
23
'*efficientnet_l2*', '*resnext101_32x48d', '*in21k', '*152x4_bitm',
24
- 'nfnet_f4*', 'nfnet_f5*', 'nfnet_f6*', 'nfnet_f7*'] + NON_STD_FILTERS
+ '*nfnet_f4*', '*nfnet_f5*', '*nfnet_f6*', '*nfnet_f7*'] + NON_STD_FILTERS
25
else:
26
EXCLUDE_FILTERS = NON_STD_FILTERS
27
0 commit comments