You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I test the images for testcase_in_the_wild and run the code python predict_imagenet_label.py testcase_in_the_wild --model beit_large_patch16_512 --pretrained.
It could generate this issue which is Unknown model (beit_large_patch16_512) for test testcase_in_the_wild
The text was updated successfully, but these errors were encountered:
This looks like a timm problem, maybe you can check if timm (my timm version is 0.6.5) is installed successfully, for example, check if beit_large_patch16_512 is in timm.list_models().
When I test the images for testcase_in_the_wild and run the code python predict_imagenet_label.py testcase_in_the_wild --model beit_large_patch16_512 --pretrained.
It could generate this issue which is Unknown model (beit_large_patch16_512) for test testcase_in_the_wild
The text was updated successfully, but these errors were encountered: