mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
Add patch8 vit model to FX exclusion filter
This commit is contained in:
parent
9bb4c80d2a
commit
878bee1d5e
@ -339,16 +339,17 @@ EXCLUDE_FX_FILTERS = []
|
||||
if 'GITHUB_ACTIONS' in os.environ:
|
||||
EXCLUDE_FX_FILTERS += [
|
||||
'beit_large*',
|
||||
'swin_large*',
|
||||
'mixer_l*',
|
||||
'*nfnet_f2*',
|
||||
'*resnext101_32x32d',
|
||||
'resnetv2_152x2*',
|
||||
'*nfnet_f2*',
|
||||
'resmlp_big*',
|
||||
'resnetrs270',
|
||||
'swin_large*',
|
||||
'vgg*',
|
||||
'vit_large*',
|
||||
'vit_base_patch8*',
|
||||
'xcit_large*',
|
||||
'mixer_l*',
|
||||
]
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user