File size: 699 Bytes
0f62b72
 
 
 
 
 
 
 
 
 
 
5f71189
 
 
 
0f62b72
 
 
 
 
 
 
 
5f71189
 
 
0f62b72
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
    "module": "keras_hub.src.models.vit.vit_backbone",
    "class_name": "ViTBackbone",
    "config": {
        "name": "vi_t_backbone",
        "trainable": true,
        "image_shape": [
            384,
            384,
            3
        ],
        "patch_size": [
            16,
            16
        ],
        "num_layers": 24,
        "num_heads": 16,
        "hidden_dim": 1024,
        "mlp_dim": 4096,
        "dropout_rate": 0.0,
        "attention_dropout": 0.0,
        "layer_norm_epsilon": 1e-06,
        "use_mha_bias": true,
        "use_mlp_bias": true,
        "use_class_token": true,
        "use_patch_bias": true
    },
    "registered_name": "keras_hub>ViTBackbone"
}