Update attribute names
Browse files- config.json +5 -5
 
    	
        config.json
    CHANGED
    
    | 
         @@ -3,8 +3,8 @@ 
     | 
|
| 3 | 
         
             
                "BeitForSemanticSegmentation"
         
     | 
| 4 | 
         
             
              ],
         
     | 
| 5 | 
         
             
              "attention_probs_dropout_prob": 0.0,
         
     | 
| 6 | 
         
            -
              " 
     | 
| 7 | 
         
            -
              " 
     | 
| 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 | 
         
            -
              " 
     | 
| 322 | 
         
             
              "model_type": "beit",
         
     | 
| 323 | 
         
             
              "num_attention_heads": 12,
         
     | 
| 324 | 
         
             
              "num_channels": 3,
         
     | 
| 325 | 
         
            -
              " 
     | 
| 326 | 
         
             
              "num_hidden_layers": 12,
         
     | 
| 327 | 
         
            -
              " 
     | 
| 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,
         
     |