add model
Browse files- config.json +2 -2
- pytorch_model.bin +3 -0
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.0,
|
7 |
"classifier_dropout_prob": 0.1,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/home/chainyo/code/segformer-sidewalk/checkpoints/epoch=44-step=1125.ckpt",
|
3 |
"architectures": [
|
4 |
+
"SegformerForSemanticSegmentation"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.0,
|
7 |
"classifier_dropout_prob": 0.1,
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da54283a8c17dbe2279d52a7a8a64f3afec217b45291ea14a43adf8808eade2a
|
3 |
+
size 14960993
|