Fix attribute name
Browse files- config.json +2 -2
config.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
"BeitForSemanticSegmentation"
|
4 |
],
|
5 |
"attention_probs_dropout_prob": 0.0,
|
6 |
-
"
|
7 |
"auxiliary_concat_input": false,
|
8 |
"drop_path_rate": 0.1,
|
9 |
"hidden_act": "gelu",
|
@@ -321,7 +321,7 @@
|
|
321 |
"auxiliary_loss_weight": 0.4,
|
322 |
"model_type": "beit",
|
323 |
"num_attention_heads": 16,
|
324 |
-
"
|
325 |
"auxiliary_num_convs": 1,
|
326 |
"num_hidden_layers": 24,
|
327 |
"segmentation_indices": [
|
|
|
3 |
"BeitForSemanticSegmentation"
|
4 |
],
|
5 |
"attention_probs_dropout_prob": 0.0,
|
6 |
+
"auxiliary_channels": 256,
|
7 |
"auxiliary_concat_input": false,
|
8 |
"drop_path_rate": 0.1,
|
9 |
"hidden_act": "gelu",
|
|
|
321 |
"auxiliary_loss_weight": 0.4,
|
322 |
"model_type": "beit",
|
323 |
"num_attention_heads": 16,
|
324 |
+
"num_channels": 3,
|
325 |
"auxiliary_num_convs": 1,
|
326 |
"num_hidden_layers": 24,
|
327 |
"segmentation_indices": [
|