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 de86314 commit 809271bCopy full SHA for 809271b
tests/test_models.py
@@ -14,7 +14,7 @@
14
torch._C._jit_set_profiling_mode(False)
15
16
# transformer models don't support many of the spatial / feature based model functionalities
17
-NON_STD_FILTERS = ['vit_*']
+NON_STD_FILTERS = ['vit_*', 'tnt_*']
18
19
# exclude models that cause specific test failures
20
if 'GITHUB_ACTIONS' in os.environ: # and 'Linux' in platform.system():
0 commit comments