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 af647c1 commit a04427dCopy full SHA for a04427d
validate.py
@@ -289,7 +289,7 @@ def main():
289
if args.model == 'all':
290
# validate all models in a list of names with pretrained checkpoints
291
args.pretrained = True
292
- model_names = list_models(pretrained=True, exclude_filters=['*in21k'])
+ model_names = list_models(pretrained=True, exclude_filters=['*_in21k', '*_in22k'])
293
model_cfgs = [(n, '') for n in model_names]
294
elif not is_model(args.model):
295
# model name doesn't exist, try as wildcard filter
0 commit comments