Update test_models.py

pull/528/head
contrastive 4 years ago committed by GitHub
parent de86314655
commit 809271b0f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,7 +14,7 @@ if hasattr(torch._C, '_jit_set_profiling_executor'):
torch._C._jit_set_profiling_mode(False)
# transformer models don't support many of the spatial / feature based model functionalities
NON_STD_FILTERS = ['vit_*']
NON_STD_FILTERS = ['vit_*', 'tnt_*']
# exclude models that cause specific test failures
if 'GITHUB_ACTIONS' in os.environ: # and 'Linux' in platform.system():

Loading…
Cancel
Save