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 (vit_deit_base_distilled_patch16_384) #78

Open
BaronWang0130 opened this issue Aug 2, 2022 · 3 comments
Open

Unknown model (vit_deit_base_distilled_patch16_384) #78

BaronWang0130 opened this issue Aug 2, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@BaronWang0130
Copy link

捕获

@BaronWang0130
Copy link
Author

Is it the reason for timm version?

@YuanGongND
Copy link
Owner

Hi there,

It seems to be a timm version problem, please use timm==0.4.5. In Colab, try using something like !pip install timm==0.4.5.

Nevertheless, the code should report an error when the timm version is not consistent.

assert timm.__version__ == '0.4.5', 'Please use timm == 0.4.5, the code might not be compatible with newer versions.'
. Can you check timm.__version__?

-Yuan

@YuanGongND YuanGongND added the bug Something isn't working label Aug 2, 2022
@BaronWang0130
Copy link
Author

It works now. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants