It seems there is an error while importing the model using pretrained=True
pretrained=True
import timm model = timm.create_model("hf_hub:edadaltocg/densenet121_cifar10", pretrained=True)
Error: Dimensions Mismatch.
When pretrained=False, the model is loaded properly instead.
pretrained=False
· Sign up or log in to comment