Instructions to use rishitunu/FINAL_ecc_segformer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rishitunu/FINAL_ecc_segformer with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-segmentation", model="rishitunu/FINAL_ecc_segformer")# Load model directly from transformers import AutoImageProcessor, SegformerForSemanticSegmentation processor = AutoImageProcessor.from_pretrained("rishitunu/FINAL_ecc_segformer") model = SegformerForSemanticSegmentation.from_pretrained("rishitunu/FINAL_ecc_segformer") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 15
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 338777478
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cb4e2798ceb45c7158df4080ff9de5b62ff393b561aabbc33f49f4b3fa0c5385
|
| 3 |
size 338777478
|