Instructions to use varcoder/CrackSeg-MIT-b0-dice with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use varcoder/CrackSeg-MIT-b0-dice with Transformers:
# Load model directly from transformers import AutoImageProcessor, SegformerForSemanticSegmentation processor = AutoImageProcessor.from_pretrained("varcoder/CrackSeg-MIT-b0-dice") model = SegformerForSemanticSegmentation.from_pretrained("varcoder/CrackSeg-MIT-b0-dice") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 1000
Browse files- pytorch_model.bin +1 -1
- training_args.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 109529789
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:606829c0add4334ad3e807a58e894fafe31983aa0bb20f65695add6a180e5ad1
|
| 3 |
size 109529789
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4091
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5ea8175171c6e08a721025e31a79e17577edf56406d7bf95382ff0676580d8ea
|
| 3 |
size 4091
|