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