Instructions to use Transformers123/robo50 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Transformers123/robo50 with Transformers:
# Load model directly from transformers import AutoImageProcessor, SegformerForSemanticSegmentation processor = AutoImageProcessor.from_pretrained("Transformers123/robo50") model = SegformerForSemanticSegmentation.from_pretrained("Transformers123/robo50") - Notebooks
- Google Colab
- Kaggle
Commit ·
b508e87
1
Parent(s): f65fe97
Upload SegformerForSemanticSegmentation
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 14931789
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b55d85ffafdb8bb172f2992a94b65ba43d51a2cfe2a68c4a68bae83180fec81e
|
| 3 |
size 14931789
|