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

Update attribute names

Browse files
Files changed (1) hide show
  1. config.json +5 -5
config.json CHANGED
@@ -4,7 +4,7 @@
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": 16,
324
- "num_channels": 3,
325
- "num_convs": 1,
326
  "num_hidden_layers": 24,
327
- "out_indices": [
328
  7,
329
  11,
330
  15,
 
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",
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": 16,
324
+ "auxiliary_num_channels": 3,
325
+ "auxiliary_num_convs": 1,
326
  "num_hidden_layers": 24,
327
+ "segmentation_indices": [
328
  7,
329
  11,
330
  15,