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