Instructions to use hf-internal-testing/tiny-random-segformer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/tiny-random-segformer with Transformers:
# Load model directly from transformers import AutoImageProcessor, SegformerForSemanticSegmentation processor = AutoImageProcessor.from_pretrained("hf-internal-testing/tiny-random-segformer") model = SegformerForSemanticSegmentation.from_pretrained("hf-internal-testing/tiny-random-segformer", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
57b295f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:cd966801147eeb7a8ac9254b0e9fa2f5319abf7379476bdb1165363e7bf782c7
size 1311841
|