Transformers How to use DataRaptor/custom-resnet50d with Transformers:
# Load model directly
from transformers import AutoImageProcessor, ResnetModelForImageClassification
processor = AutoImageProcessor.from_pretrained("DataRaptor/custom-resnet50d")
model = ResnetModelForImageClassification.from_pretrained("DataRaptor/custom-resnet50d")