Instructions to use microsoft/resnet-101 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/resnet-101 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="microsoft/resnet-101") 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("microsoft/resnet-101") model = AutoModelForImageClassification.from_pretrained("microsoft/resnet-101") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
3b3b73f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:26233a76cb1e5e7fdbe0b3587ab5f6211a831810f0e32230257cdcd21cf67d2c
size 178868189
|