| { | |
| "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": [ | |
| 32, | |
| 32 | |
| ], | |
| "num_layers": 12, | |
| "num_heads": 12, | |
| "hidden_dim": 768, | |
| "mlp_dim": 3072, | |
| "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" | |
| } |