nielsr HF staff commited on
Commit
13064af
1 Parent(s): 85645ce

Update attribute names

Browse files
Files changed (1) hide show
  1. config.json +5 -5
config.json CHANGED
@@ -3,8 +3,8 @@
3
  "BeitForSemanticSegmentation"
4
  ],
5
  "attention_probs_dropout_prob": 0.0,
6
- "channels": 256,
7
- "concat_input": false,
8
  "drop_path_rate": 0.1,
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.0,
@@ -318,13 +318,13 @@
318
  },
319
  "layer_norm_eps": 1e-12,
320
  "layer_scale_init_value": 0.1,
321
- "loss_weight": 0.4,
322
  "model_type": "beit",
323
  "num_attention_heads": 12,
324
  "num_channels": 3,
325
- "num_convs": 1,
326
  "num_hidden_layers": 12,
327
- "out_indices": [
328
  3,
329
  5,
330
  7,
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",
10
  "hidden_dropout_prob": 0.0,
318
  },
319
  "layer_norm_eps": 1e-12,
320
  "layer_scale_init_value": 0.1,
321
+ "auxiliary_loss_weight": 0.4,
322
  "model_type": "beit",
323
  "num_attention_heads": 12,
324
  "num_channels": 3,
325
+ "auxiliary_num_convs": 1,
326
  "num_hidden_layers": 12,
327
+ "segmentation_indices": [
328
  3,
329
  5,
330
  7,