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")
The community tab is the place to discuss and collaborate with the HF community!