How to use luthfi507/custom-vgg19 with Transformers:
# Load model directly from transformers import CustomModelForImageClassification model = CustomModelForImageClassification.from_pretrained("luthfi507/custom-vgg19", dtype="auto")
How to fix it?