Add model
Browse files- config.json +3 -0
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -3,6 +3,7 @@
|
|
3 |
"DPTForSemanticSegmentation"
|
4 |
],
|
5 |
"attention_probs_dropout_prob": 0.0,
|
|
|
6 |
"channels": 256,
|
7 |
"expand_channels": false,
|
8 |
"hidden_act": "gelu",
|
@@ -335,7 +336,9 @@
|
|
335 |
],
|
336 |
"qkv_bias": true,
|
337 |
"readout_type": "project",
|
|
|
338 |
"torch_dtype": "float32",
|
339 |
"transformers_version": "4.17.0.dev0",
|
|
|
340 |
"use_batch_norm": true
|
341 |
}
|
|
|
3 |
"DPTForSemanticSegmentation"
|
4 |
],
|
5 |
"attention_probs_dropout_prob": 0.0,
|
6 |
+
"auxiliary_loss_weight": 0.4,
|
7 |
"channels": 256,
|
8 |
"expand_channels": false,
|
9 |
"hidden_act": "gelu",
|
|
|
336 |
],
|
337 |
"qkv_bias": true,
|
338 |
"readout_type": "project",
|
339 |
+
"semantic_loss_ignore_index": 255,
|
340 |
"torch_dtype": "float32",
|
341 |
"transformers_version": "4.17.0.dev0",
|
342 |
+
"use_auxiliary_head": true,
|
343 |
"use_batch_norm": true
|
344 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c9592df53daf622c642aeadb6a0808bbe79befa811246dc10018eb8cf4f4ca27
|
3 |
+
size 1371353129
|