Could you someone help me understand why I got this error “RuntimeError: Cannot find callable deit_tiny_patch16_224 in hubconf”, when running the following code:
model = torch.hub.load('facebookresearch/deit:main',
'deit_tiny_patch16_224', pretrained=True)