Error while importing the model using timm

#1
by fabiobrau - opened

It seems there is an error while importing the model using 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.

Sign up or log in to comment