vladislavbro commited on
Commit
a718245
·
verified ·
1 Parent(s): bb83130

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,5 +1,4 @@
1
  {
2
- "_name_or_path": "vladislavbro/dfine_l_coco",
3
  "activation_dropout": 0.0,
4
  "activation_function": "silu",
5
  "anchor_image_size": null,
@@ -10,9 +9,25 @@
10
  "auxiliary_loss": true,
11
  "backbone": null,
12
  "backbone_config": {
 
 
 
 
 
 
 
 
13
  "embedding_size": 32,
 
 
 
 
 
 
 
14
  "layer_type": "basic",
15
- "model_type": "d_fine_resnet",
 
16
  "out_features": [
17
  "stage2",
18
  "stage3",
@@ -22,7 +37,68 @@
22
  2,
23
  3,
24
  4
25
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  },
27
  "backbone_kwargs": null,
28
  "batch_norm_eps": 1e-05,
@@ -45,7 +121,6 @@
45
  ],
46
  "decoder_offset_scale": 0.5,
47
  "depth_mult": 1.0,
48
- "disable_custom_kernels": true,
49
  "dropout": 0.0,
50
  "encode_proj_layers": [
51
  2
 
1
  {
 
2
  "activation_dropout": 0.0,
3
  "activation_function": "silu",
4
  "anchor_image_size": null,
 
9
  "auxiliary_loss": true,
10
  "backbone": null,
11
  "backbone_config": {
12
+ "depths": [
13
+ 3,
14
+ 4,
15
+ 6,
16
+ 3
17
+ ],
18
+ "downsample_in_bottleneck": false,
19
+ "downsample_in_first_stage": false,
20
  "embedding_size": 32,
21
+ "hidden_act": "relu",
22
+ "hidden_sizes": [
23
+ 256,
24
+ 512,
25
+ 1024,
26
+ 2048
27
+ ],
28
  "layer_type": "basic",
29
+ "model_type": "hgnet_v2",
30
+ "num_channels": 3,
31
  "out_features": [
32
  "stage2",
33
  "stage3",
 
37
  2,
38
  3,
39
  4
40
+ ],
41
+ "stage_downsample": [
42
+ false,
43
+ true,
44
+ true,
45
+ true
46
+ ],
47
+ "stage_in_channels": [
48
+ 48,
49
+ 128,
50
+ 512,
51
+ 1024
52
+ ],
53
+ "stage_kernel_size": [
54
+ 3,
55
+ 3,
56
+ 5,
57
+ 5
58
+ ],
59
+ "stage_light_block": [
60
+ false,
61
+ false,
62
+ true,
63
+ true
64
+ ],
65
+ "stage_mid_channels": [
66
+ 48,
67
+ 96,
68
+ 192,
69
+ 384
70
+ ],
71
+ "stage_names": [
72
+ "stem",
73
+ "stage1",
74
+ "stage2",
75
+ "stage3",
76
+ "stage4"
77
+ ],
78
+ "stage_num_blocks": [
79
+ 1,
80
+ 1,
81
+ 3,
82
+ 1
83
+ ],
84
+ "stage_numb_of_layers": [
85
+ 6,
86
+ 6,
87
+ 6,
88
+ 6
89
+ ],
90
+ "stage_out_channels": [
91
+ 128,
92
+ 512,
93
+ 1024,
94
+ 2048
95
+ ],
96
+ "stem_channels": [
97
+ 3,
98
+ 32,
99
+ 48
100
+ ],
101
+ "use_learnable_affine_block": false
102
  },
103
  "backbone_kwargs": null,
104
  "batch_norm_eps": 1e-05,
 
121
  ],
122
  "decoder_offset_scale": 0.5,
123
  "depth_mult": 1.0,
 
124
  "dropout": 0.0,
125
  "encode_proj_layers": [
126
  2
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:59b50bf70dcd9f7aeeaac199b1113176eec82d78354ac0d5c133faa05f8feefe
3
- size 124999228
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:879d9ceaca1f357db061b7b9ef56b5fda6c89ad8dfd25380977b14233918e501
3
+ size 125001980
preprocessor_config.json CHANGED
@@ -1,6 +1,8 @@
1
  {
2
  "crop_size": null,
 
3
  "default_to_square": false,
 
4
  "do_center_crop": null,
5
  "do_convert_annotations": true,
6
  "do_convert_rgb": null,
@@ -20,9 +22,12 @@
20
  0.224,
21
  0.225
22
  ],
 
23
  "pad_size": null,
24
  "resample": 2,
25
  "rescale_factor": 0.00392156862745098,
 
 
26
  "size": {
27
  "height": 480,
28
  "width": 480
 
1
  {
2
  "crop_size": null,
3
+ "data_format": "channels_first",
4
  "default_to_square": false,
5
+ "device": null,
6
  "do_center_crop": null,
7
  "do_convert_annotations": true,
8
  "do_convert_rgb": null,
 
22
  0.224,
23
  0.225
24
  ],
25
+ "input_data_format": null,
26
  "pad_size": null,
27
  "resample": 2,
28
  "rescale_factor": 0.00392156862745098,
29
+ "return_segmentation_masks": null,
30
+ "return_tensors": null,
31
  "size": {
32
  "height": 480,
33
  "width": 480
runs/Mar18_16-21-26_15a84bf44b1b/events.out.tfevents.1742314888.15a84bf44b1b.8417.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18394c9df76a62d309f6491abf008eff8ff9b99d4b435026b71ccdec1b7ca6e0
3
+ size 9508
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8d6cb829cddfd4502d29f1c0c1b54f94954a8442d0dd393131b198629eece2b4
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19382aa91092f96579f434f8e11964c1fb03a39463d05fd754536efb99e65a1e
3
  size 5432