Skip to content

Commit a04427d

Browse files
committed
Add _in22k to bulk validate filter
1 parent af647c1 commit a04427d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ def main():
289289
if args.model == 'all':
290290
# validate all models in a list of names with pretrained checkpoints
291291
args.pretrained = True
292-
model_names = list_models(pretrained=True, exclude_filters=['*in21k'])
292+
model_names = list_models(pretrained=True, exclude_filters=['*_in21k', '*_in22k'])
293293
model_cfgs = [(n, '') for n in model_names]
294294
elif not is_model(args.model):
295295
# model name doesn't exist, try as wildcard filter

0 commit comments

Comments
 (0)