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