mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
Update tests for volo/cait/xcit forward_intermediates
This commit is contained in:
parent
9b9a356a04
commit
63970e4e61
@ -49,10 +49,11 @@ if hasattr(torch._C, '_jit_set_profiling_executor'):
|
||||
|
||||
# models with forward_intermediates() and support for FeatureGetterNet features_only wrapper
|
||||
FEAT_INTER_FILTERS = [
|
||||
'vit_*', 'twins_*', 'deit*', 'beit*', 'mvitv2*', 'eva*', 'samvit_*', 'flexivit*'
|
||||
'vit_*', 'twins_*', 'deit*', 'beit*', 'mvitv2*', 'eva*', 'samvit_*', 'flexivit*',
|
||||
'cait_*', 'xcit_*', 'volo_*',
|
||||
]
|
||||
|
||||
# transformer models don't support many of the spatial / feature based model functionalities
|
||||
# transformer / hybrid models don't support full set of spatial / feature APIs and/or have spatial output.
|
||||
NON_STD_FILTERS = [
|
||||
'vit_*', 'tnt_*', 'pit_*', 'coat_*', 'cait_*', '*mixer_*', 'gmlp_*', 'resmlp_*', 'twins_*',
|
||||
'convit_*', 'levit*', 'visformer*', 'deit*', 'xcit_*', 'crossvit_*', 'beit*',
|
||||
|
Loading…
x
Reference in New Issue
Block a user