Instructions to use Parikshat/segformer_checkpoint_10 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Parikshat/segformer_checkpoint_10 with Transformers:
# Load model directly from transformers import AutoImageProcessor, SegformerForSemanticSegmentation processor = AutoImageProcessor.from_pretrained("Parikshat/segformer_checkpoint_10") model = SegformerForSemanticSegmentation.from_pretrained("Parikshat/segformer_checkpoint_10", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
ebc1a71 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6520ffab22e0332c38012dbe55e564e8b7094309da17c1119f3747954567684a
size 14929953
|