Instructions to use Francesco/resnet101-224-1k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Francesco/resnet101-224-1k with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Francesco/resnet101-224-1k") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("Francesco/resnet101-224-1k") model = AutoModelForImageClassification.from_pretrained("Francesco/resnet101-224-1k") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
366198f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e3fdd78d412cdaebdbde215c7b2be90c84e2d07885651be1a8164855724bd2d5
size 178858013
|