nielsr HF staff commited on
Commit
d3b25a5
1 Parent(s): 765c269

Fix attribute name

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -3,7 +3,7 @@
3
  "BeitForSemanticSegmentation"
4
  ],
5
  "attention_probs_dropout_prob": 0.0,
6
- "channels": 256,
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
- "auxiliary_num_channels": 3,
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": [