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