File size: 1,439 Bytes
c12ef86 | 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 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 | {
"architectures": [
"HGNetV2Backbone"
],
"depths": [
1,
1,
2,
1
],
"dtype": "float32",
"embedding_size": 64,
"embeddings_size": 10,
"hidden_act": "relu",
"hidden_sizes": [
64,
128,
256,
512
],
"id2label": {
"0": "LABEL_0",
"1": "LABEL_1",
"2": "LABEL_2"
},
"initializer_range": 0.02,
"label2id": {
"LABEL_0": 0,
"LABEL_1": 1,
"LABEL_2": 2
},
"model_type": "hgnet_v2",
"num_channels": 3,
"out_features": [
"stage2",
"stage3",
"stage4"
],
"out_indices": [
2,
3,
4
],
"stage_downsample": [
false,
true,
true,
true
],
"stage_downsample_strides": [
2,
2,
2,
2
],
"stage_in_channels": [
16,
64,
128,
256
],
"stage_kernel_size": [
3,
3,
5,
5
],
"stage_light_block": [
false,
false,
true,
true
],
"stage_mid_channels": [
16,
32,
64,
128
],
"stage_names": [
"stem",
"stage1",
"stage2",
"stage3",
"stage4"
],
"stage_num_blocks": [
1,
1,
2,
1
],
"stage_numb_of_layers": [
3,
3,
3,
3
],
"stage_out_channels": [
64,
128,
256,
512
],
"stem_channels": [
3,
16,
16
],
"stem_strides": [
2,
1,
1,
2,
1
],
"transformers_version": "5.16.0.dev0",
"use_learnable_affine_block": false
}
|