Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown model (beit_large_patch16_512) for test testcase_in_the_wild #6

Open
XiaoluJiayou opened this issue Feb 5, 2023 · 2 comments

Comments

@XiaoluJiayou
Copy link

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

@ToTheBeginning
Copy link
Owner

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().

@XiaoluJiayou
Copy link
Author

好的,谢谢老哥。你的论文真不错,想法很好,着色效果也好,在ImageNet 验证集上的客观指标的值也和论文上的保持一致,不像有的论文,测试结果根本达不到论文上的结果。我再去确认以下timm的版本,谢谢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants