Open geek-APTX4869 opened 11 months ago
I encountered the same problem. There is no model implementation of "deit_small_MCTformerV2_patch16_224" in the timm library.
我遇到了,同样的问题,请问你们解决了吗!?
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):
Unknown model (deit_small_MCTformerV2_patch16_224)