Instructions to use Matthijs/deeplabv3-mobilevit-x-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Matthijs/deeplabv3-mobilevit-x-small with Transformers:
# Load model directly from transformers import AutoImageProcessor, MobileViTForSemanticSegmentation processor = AutoImageProcessor.from_pretrained("Matthijs/deeplabv3-mobilevit-x-small") model = MobileViTForSemanticSegmentation.from_pretrained("Matthijs/deeplabv3-mobilevit-x-small") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1 opened 8 months ago
by
SFconvertbot