Instructions to use winson/custom-resnet50d with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use winson/custom-resnet50d with Transformers:
# Load model directly from transformers import AutoImageProcessor, ResnetModelForImageClassification processor = AutoImageProcessor.from_pretrained("winson/custom-resnet50d") model = ResnetModelForImageClassification.from_pretrained("winson/custom-resnet50d") - Notebooks
- Google Colab
- Kaggle
Ctrl+K