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
File size: 133 Bytes
de43fda | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:acdeaa6b73ee01c679b01d163746e48718449de02dedebde32d9780f05fdccbd
size 11941519
|