How to use pgg3/resnet18_mnist with timm:
import timm model = timm.create_model("hf_hub:pgg3/resnet18_mnist", pretrained=True)