Instructions to use nikkopg/110123-deeplabv3-mobilevit-x-small-finetuned-stucktip with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nikkopg/110123-deeplabv3-mobilevit-x-small-finetuned-stucktip with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="nikkopg/110123-deeplabv3-mobilevit-x-small-finetuned-stucktip") 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("nikkopg/110123-deeplabv3-mobilevit-x-small-finetuned-stucktip") model = AutoModelForImageClassification.from_pretrained("nikkopg/110123-deeplabv3-mobilevit-x-small-finetuned-stucktip", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
0e8f5d7 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8e1ab046d065718fb24a170c1403fde135dcc952eb2b3c6f76cacb30c5103d28
size 4600
|