| { | |
| "module": "keras_hub.src.models.vit.vit_backbone", | |
| "class_name": "ViTBackbone", | |
| "config": { | |
| "name": "vi_t_backbone", | |
| "trainable": true, | |
| "image_shape": [ | |
| 224, | |
| 224, | |
| 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" | |
| } |