Instructions to use rishitunu/ecc_segformerv2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rishitunu/ecc_segformerv2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-segmentation", model="rishitunu/ecc_segformerv2")# Load model directly from transformers import AutoImageProcessor, SegformerForSemanticSegmentation processor = AutoImageProcessor.from_pretrained("rishitunu/ecc_segformerv2") model = SegformerForSemanticSegmentation.from_pretrained("rishitunu/ecc_segformerv2") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 39
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 338777033
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:96c82428684dc75ea9c5d6486a42456f546e3fc48fd19039b2700d35fb18d611
|
| 3 |
size 338777033
|