File size: 1,398 Bytes
98dd746 |
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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 |
{
"_attn_implementation_autoset": true,
"_commit_hash": "c6fdc73eff53b4b30dcb54b1e355a9eed538e73c",
"_name_or_path": "hf-internal-testing/tiny-random-DPTForDepthEstimation",
"add_projection": false,
"architectures": [
"DPTForDepthEstimation"
],
"attention_probs_dropout_prob": 0.1,
"auxiliary_loss_weight": 0.4,
"backbone": null,
"backbone_config": null,
"backbone_featmap_shape": null,
"backbone_kwargs": null,
"backbone_out_indices": [
0,
1,
2,
3
],
"fusion_hidden_size": 256,
"head_in_index": -1,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 32,
"image_size": 32,
"initializer_range": 0.02,
"intermediate_size": 37,
"is_hybrid": false,
"layer_norm_eps": 1e-12,
"model_type": "dpt",
"neck_hidden_sizes": [
96,
192,
384,
768
],
"neck_ignore_stages": [],
"num_attention_heads": 4,
"num_channels": 3,
"num_hidden_layers": 4,
"patch_size": 16,
"qkv_bias": true,
"readout_type": "project",
"reassemble_factors": [
4,
2,
1,
0.5
],
"semantic_classifier_dropout": 0.1,
"semantic_loss_ignore_index": 255,
"transformers_version": "4.25.0.dev0",
"use_autobackbone": false,
"use_auxiliary_head": true,
"use_batch_norm_in_fusion_residual": false,
"use_bias_in_fusion_residual": null,
"use_pretrained_backbone": false,
"use_timm_backbone": false
}
|