Instructions to use microsoft/resnet-18 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/resnet-18 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="microsoft/resnet-18") 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-18") model = AutoModelForImageClassification.from_pretrained("microsoft/resnet-18") - Inference
- Notebooks
- Google Colab
- Kaggle
- Xet hash:
- ccb8bfdf950105c716c125ee0dfeb294595e9c248922dfcb46cceca76ab0c9d5
- Size of remote file:
- 46.8 MB
- SHA256:
- 420fc189b95a1d31fa95e1cf494c25e3cead05f88480b5578c5efcebeb0db57a
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.