kvbiii commited on
Commit
b244c83
·
verified ·
1 Parent(s): aafde88

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.0,
3
+ "activation_function": "silu",
4
+ "anchor_image_size": null,
5
+ "architectures": [
6
+ "RTDetrForObjectDetection"
7
+ ],
8
+ "attention_dropout": 0.0,
9
+ "auxiliary_loss": true,
10
+ "backbone": null,
11
+ "backbone_config": {
12
+ "model_type": "rt_detr_resnet",
13
+ "out_features": [
14
+ "stage2",
15
+ "stage3",
16
+ "stage4"
17
+ ],
18
+ "out_indices": [
19
+ 2,
20
+ 3,
21
+ 4
22
+ ]
23
+ },
24
+ "backbone_kwargs": null,
25
+ "batch_norm_eps": 1e-05,
26
+ "box_noise_scale": 1.0,
27
+ "d_model": 256,
28
+ "decoder_activation_function": "relu",
29
+ "decoder_attention_heads": 8,
30
+ "decoder_ffn_dim": 1024,
31
+ "decoder_in_channels": [
32
+ 256,
33
+ 256,
34
+ 256
35
+ ],
36
+ "decoder_layers": 6,
37
+ "decoder_n_points": 4,
38
+ "disable_custom_kernels": true,
39
+ "dropout": 0.0,
40
+ "encode_proj_layers": [
41
+ 2
42
+ ],
43
+ "encoder_activation_function": "gelu",
44
+ "encoder_attention_heads": 8,
45
+ "encoder_ffn_dim": 1024,
46
+ "encoder_hidden_dim": 256,
47
+ "encoder_in_channels": [
48
+ 512,
49
+ 1024,
50
+ 2048
51
+ ],
52
+ "encoder_layers": 1,
53
+ "eos_coefficient": 0.0001,
54
+ "eval_size": null,
55
+ "feat_strides": [
56
+ 8,
57
+ 16,
58
+ 32
59
+ ],
60
+ "focal_loss_alpha": 0.75,
61
+ "focal_loss_gamma": 2.0,
62
+ "freeze_backbone_batch_norms": true,
63
+ "hidden_expansion": 1.0,
64
+ "id2label": {
65
+ "0": "handwritten",
66
+ "1": "printed"
67
+ },
68
+ "initializer_bias_prior_prob": null,
69
+ "initializer_range": 0.01,
70
+ "is_encoder_decoder": true,
71
+ "label2id": {
72
+ "handwritten": 0,
73
+ "printed": 1
74
+ },
75
+ "label_noise_ratio": 0.5,
76
+ "layer_norm_eps": 1e-05,
77
+ "learn_initial_query": false,
78
+ "matcher_alpha": 0.25,
79
+ "matcher_bbox_cost": 5.0,
80
+ "matcher_class_cost": 2.0,
81
+ "matcher_gamma": 2.0,
82
+ "matcher_giou_cost": 2.0,
83
+ "model_type": "rt_detr",
84
+ "normalize_before": false,
85
+ "num_classes": 2,
86
+ "num_denoising": 100,
87
+ "num_feature_levels": 3,
88
+ "num_queries": 1000,
89
+ "positional_encoding_temperature": 10000,
90
+ "torch_dtype": "float32",
91
+ "transformers_version": "4.47.0",
92
+ "use_focal_loss": true,
93
+ "use_pretrained_backbone": false,
94
+ "use_timm_backbone": false,
95
+ "weight_loss_bbox": 5.0,
96
+ "weight_loss_giou": 2.0,
97
+ "weight_loss_vfl": 1.0,
98
+ "with_box_refine": true
99
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d0c856a17a9a1c2d5d3d4fea5c9cb4cd9db2687ee5ab7a8e157598d4e6adae6
3
+ size 171534680
preprocessor_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_convert_annotations": true,
3
+ "do_normalize": false,
4
+ "do_pad": true,
5
+ "do_rescale": true,
6
+ "do_resize": true,
7
+ "format": "coco_detection",
8
+ "image_mean": [
9
+ 0.485,
10
+ 0.456,
11
+ 0.406
12
+ ],
13
+ "image_processor_type": "RTDetrImageProcessor",
14
+ "image_std": [
15
+ 0.229,
16
+ 0.224,
17
+ 0.225
18
+ ],
19
+ "pad_size": {
20
+ "height": 480,
21
+ "width": 480
22
+ },
23
+ "resample": 2,
24
+ "rescale_factor": 0.00392156862745098,
25
+ "size": {
26
+ "max_height": 480,
27
+ "max_width": 480
28
+ }
29
+ }
runs/Dec24_13-46-12_DESKTOP-9QCTVMP/events.out.tfevents.1735044387.DESKTOP-9QCTVMP.25718.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fbdfdbc7720d7ed73400b63a4305966b9fabc1680968466dbd01e2392bc21bb
3
+ size 6563
runs/Dec24_13-47-43_DESKTOP-9QCTVMP/events.out.tfevents.1735044475.DESKTOP-9QCTVMP.32867.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33c706619c5356c24e55d3e29788a0fcba84fc88ac06d833dfa2553f1cb0910e
3
+ size 19041
runs/Dec24_13-47-43_DESKTOP-9QCTVMP/events.out.tfevents.1735044717.DESKTOP-9QCTVMP.32867.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4030fb2904f553e09f4b72f2de62324ce6c830cde7a84a478fbf92d9d5bf285
3
+ size 2466
runs/Dec24_13-54-19_DESKTOP-9QCTVMP/events.out.tfevents.1735044859.DESKTOP-9QCTVMP.35325.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46b8ade35a095880f4535c539f375eecfbefd17a1d7bc184e30d333f82801ac1
3
+ size 19041
runs/Dec24_13-54-19_DESKTOP-9QCTVMP/events.out.tfevents.1735045166.DESKTOP-9QCTVMP.35325.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b578c4e061995b4fe231ecd4d35a1a2572fb1a11f2891a4941f64cee7cd90821
3
+ size 2514
runs/Dec24_14-06-59_DESKTOP-9QCTVMP/events.out.tfevents.1735045620.DESKTOP-9QCTVMP.37842.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b654a9645970078b34aa5f3d50fd466231976324360c9ba626ce3e0e67ff98d7
3
+ size 19553
runs/Dec24_14-06-59_DESKTOP-9QCTVMP/events.out.tfevents.1735045932.DESKTOP-9QCTVMP.37842.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d8cf287de835394d5d1e90469e43ea9012dac39dc714a241e40d92cee469652
3
+ size 1349
runs/Dec24_14-40-51_DESKTOP-9QCTVMP/events.out.tfevents.1735047652.DESKTOP-9QCTVMP.46130.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a52d355d34fa1d8e21db5a362f3392dbe24885548690aa4e263479ff9c1c4fe4
3
+ size 19554
runs/Dec24_14-40-51_DESKTOP-9QCTVMP/events.out.tfevents.1735048828.DESKTOP-9QCTVMP.46130.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb659032fa701d361200e1cb21851f86558913de7ac03ed65ec93d319eb43fd3
3
+ size 1349
runs/Dec24_15-08-53_DESKTOP-9QCTVMP/events.out.tfevents.1735049335.DESKTOP-9QCTVMP.50653.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec7fdd0dde43c94e5cbdf9aa745cec617b38a4e284e47e08bd489abf3c7e7ff4
3
+ size 7749
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd7eeaa224810097d6e26acd279fecdbffc3628ea3bb491ea354cabff2db3d40
3
+ size 5368