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

RuntimeError #43

Open
geek-APTX4869 opened this issue Jan 5, 2024 · 3 comments
Open

RuntimeError #43

geek-APTX4869 opened this issue Jan 5, 2024 · 3 comments

Comments

@geek-APTX4869
Copy link

Unknown model (deit_small_MCTformerV2_patch16_224)

@chen-zhoujian
Copy link

I encountered the same problem. There is no model implementation of "deit_small_MCTformerV2_patch16_224" in the timm library.

@zbb1111
Copy link

zbb1111 commented May 8, 2024

我遇到了,同样的问题,请问你们解决了吗!?

@djene-mengistu
Copy link

you have to just registor a model by this name in 'model.py', just like deit_small_MCTformerPlus.

@register_model def deit_small_MCTformerV1_patch16_224(pretrained=True, **kwargs):

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

4 participants