paulbauriegel commited on
Commit
a46b100
·
verified ·
1 Parent(s): 632ab9e

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. config.json +124 -0
  2. model.safetensors +3 -0
  3. preprocessor_config.json +35 -0
  4. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,124 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.0,
3
+ "activation_function": "silu",
4
+ "anchor_image_size": null,
5
+ "architectures": [
6
+ "RTDetrV2ForObjectDetection"
7
+ ],
8
+ "attention_dropout": 0.0,
9
+ "auxiliary_loss": true,
10
+ "backbone": null,
11
+ "backbone_config": {
12
+ "depths": [
13
+ 3,
14
+ 4,
15
+ 23,
16
+ 3
17
+ ],
18
+ "downsample_in_bottleneck": false,
19
+ "downsample_in_first_stage": false,
20
+ "embedding_size": 64,
21
+ "hidden_act": "relu",
22
+ "hidden_sizes": [
23
+ 256,
24
+ 512,
25
+ 1024,
26
+ 2048
27
+ ],
28
+ "layer_type": "bottleneck",
29
+ "model_type": "rt_detr_resnet",
30
+ "num_channels": 3,
31
+ "out_features": [
32
+ "stage2",
33
+ "stage3",
34
+ "stage4"
35
+ ],
36
+ "out_indices": [
37
+ 2,
38
+ 3,
39
+ 4
40
+ ],
41
+ "stage_names": [
42
+ "stem",
43
+ "stage1",
44
+ "stage2",
45
+ "stage3",
46
+ "stage4"
47
+ ]
48
+ },
49
+ "backbone_kwargs": null,
50
+ "batch_norm_eps": 1e-05,
51
+ "box_noise_scale": 1.0,
52
+ "d_model": 256,
53
+ "decoder_activation_function": "relu",
54
+ "decoder_attention_heads": 8,
55
+ "decoder_ffn_dim": 1024,
56
+ "decoder_in_channels": [
57
+ 384,
58
+ 384,
59
+ 384
60
+ ],
61
+ "decoder_layers": 6,
62
+ "decoder_method": "default",
63
+ "decoder_n_levels": 3,
64
+ "decoder_n_points": 4,
65
+ "decoder_offset_scale": 0.5,
66
+ "disable_custom_kernels": true,
67
+ "dropout": 0.0,
68
+ "encode_proj_layers": [
69
+ 2
70
+ ],
71
+ "encoder_activation_function": "gelu",
72
+ "encoder_attention_heads": 8,
73
+ "encoder_ffn_dim": 2048,
74
+ "encoder_hidden_dim": 384,
75
+ "encoder_in_channels": [
76
+ 512,
77
+ 1024,
78
+ 2048
79
+ ],
80
+ "encoder_layers": 1,
81
+ "eos_coefficient": 0.0001,
82
+ "eval_size": null,
83
+ "feat_strides": [
84
+ 8,
85
+ 16,
86
+ 32
87
+ ],
88
+ "focal_loss_alpha": 0.75,
89
+ "focal_loss_gamma": 2.0,
90
+ "freeze_backbone_batch_norms": true,
91
+ "hidden_expansion": 1.0,
92
+ "id2label": {
93
+ "0": "stone"
94
+ },
95
+ "initializer_bias_prior_prob": null,
96
+ "initializer_range": 0.01,
97
+ "is_encoder_decoder": true,
98
+ "label2id": {
99
+ "stone": 0
100
+ },
101
+ "label_noise_ratio": 0.5,
102
+ "layer_norm_eps": 1e-05,
103
+ "learn_initial_query": false,
104
+ "matcher_alpha": 0.25,
105
+ "matcher_bbox_cost": 5.0,
106
+ "matcher_class_cost": 2.0,
107
+ "matcher_gamma": 2.0,
108
+ "matcher_giou_cost": 2.0,
109
+ "model_type": "rt_detr_v2",
110
+ "normalize_before": false,
111
+ "num_denoising": 100,
112
+ "num_feature_levels": 3,
113
+ "num_queries": 300,
114
+ "positional_encoding_temperature": 10000,
115
+ "torch_dtype": "float32",
116
+ "transformers_version": "4.52.0.dev0",
117
+ "use_focal_loss": true,
118
+ "use_pretrained_backbone": false,
119
+ "use_timm_backbone": false,
120
+ "weight_loss_bbox": 5.0,
121
+ "weight_loss_giou": 2.0,
122
+ "weight_loss_vfl": 1.0,
123
+ "with_box_refine": true
124
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:246ff550addcf94cccfb886fdb1c688baa3f13623ee7b487aad9f8e34ac81ce0
3
+ size 306682604
preprocessor_config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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,
9
+ "do_normalize": false,
10
+ "do_pad": false,
11
+ "do_rescale": true,
12
+ "do_resize": true,
13
+ "format": "coco_detection",
14
+ "image_mean": [
15
+ 0.485,
16
+ 0.456,
17
+ 0.406
18
+ ],
19
+ "image_processor_type": "RTDetrImageProcessorFast",
20
+ "image_std": [
21
+ 0.229,
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
34
+ }
35
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24c1c3628ddd837ab7f453839576f9e280634f17c8f96deff53723930c1669e1
3
+ size 5496