We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 (deit_small_MCTformerV2_patch16_224)
The text was updated successfully, but these errors were encountered:
I encountered the same problem. There is no model implementation of "deit_small_MCTformerV2_patch16_224" in the timm library.
Sorry, something went wrong.
我遇到了,同样的问题,请问你们解决了吗!?
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):
No branches or pull requests
Unknown model (deit_small_MCTformerV2_patch16_224)
The text was updated successfully, but these errors were encountered: