Training in progress, step 50
Browse files- config.json +124 -0
- model.safetensors +3 -0
- preprocessor_config.json +35 -0
- runs/Apr15_11-01-37_GV9QM84/events.out.tfevents.1744707699.GV9QM84.7668.0 +3 -0
- runs/Apr15_11-21-31_GV9QM84/events.out.tfevents.1744708894.GV9QM84.6864.0 +3 -0
- runs/Apr15_11-21-31_GV9QM84/events.out.tfevents.1744709053.GV9QM84.6864.1 +3 -0
- runs/Apr22_13-16-51_GV9QM84/events.out.tfevents.1745320623.GV9QM84.28412.0 +3 -0
- 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 |
+
6,
|
| 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 |
+
256,
|
| 58 |
+
256,
|
| 59 |
+
256
|
| 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": 1024,
|
| 74 |
+
"encoder_hidden_dim": 256,
|
| 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": "building"
|
| 94 |
+
},
|
| 95 |
+
"initializer_bias_prior_prob": null,
|
| 96 |
+
"initializer_range": 0.01,
|
| 97 |
+
"is_encoder_decoder": true,
|
| 98 |
+
"label2id": {
|
| 99 |
+
"building": 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.51.3",
|
| 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:072429b3410c3cd9b146b2ec99bbd72a7970cb2141536da6e551bd43e42356f3
|
| 3 |
+
size 171527460
|
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 |
+
}
|
runs/Apr15_11-01-37_GV9QM84/events.out.tfevents.1744707699.GV9QM84.7668.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3f946da9c4e422245858fa3c15396860b09a8a10565d19d5782afb69ecb3a98d
|
| 3 |
+
size 7749
|
runs/Apr15_11-21-31_GV9QM84/events.out.tfevents.1744708894.GV9QM84.6864.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0f309728f400c1ecd6b9cb0fbae2fe12163cb3f66f0a021442ba06d53fa9c388
|
| 3 |
+
size 7749
|
runs/Apr15_11-21-31_GV9QM84/events.out.tfevents.1744709053.GV9QM84.6864.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:629107d77b6a6ac89b73dcd4f386828a0198544f67d372039889a0b3b8f8a3f6
|
| 3 |
+
size 1073
|
runs/Apr22_13-16-51_GV9QM84/events.out.tfevents.1745320623.GV9QM84.28412.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c946dd2996925684732c3bd22b907c3666b30457ebed804cbc8c2568fb7c5dd0
|
| 3 |
+
size 7748
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:47dc822cace6d5b1fae24376fc723fb968a3cf8d7b9476f097cb2f5a59912fef
|
| 3 |
+
size 5368
|