Daniel Bogdoll commited on
Commit
6f8a6ac
·
verified ·
1 Parent(s): bb0ad1b

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "jozhang97/deta-swin-large",
3
+ "activation_dropout": 0.0,
4
+ "activation_function": "relu",
5
+ "architectures": [
6
+ "DetaForObjectDetection"
7
+ ],
8
+ "assign_first_stage": true,
9
+ "assign_second_stage": true,
10
+ "attention_dropout": 0.0,
11
+ "auxiliary_loss": true,
12
+ "backbone": null,
13
+ "backbone_config": {
14
+ "attention_probs_dropout_prob": 0.0,
15
+ "depths": [
16
+ 2,
17
+ 2,
18
+ 18,
19
+ 2
20
+ ],
21
+ "drop_path_rate": 0.1,
22
+ "embed_dim": 192,
23
+ "encoder_stride": 32,
24
+ "hidden_act": "gelu",
25
+ "hidden_dropout_prob": 0.0,
26
+ "hidden_size": 1536,
27
+ "image_size": 224,
28
+ "initializer_range": 0.02,
29
+ "layer_norm_eps": 1e-05,
30
+ "mlp_ratio": 4.0,
31
+ "model_type": "swin",
32
+ "num_heads": [
33
+ 6,
34
+ 12,
35
+ 24,
36
+ 48
37
+ ],
38
+ "num_layers": 4,
39
+ "out_features": [
40
+ "stage2",
41
+ "stage3",
42
+ "stage4"
43
+ ],
44
+ "out_indices": [
45
+ 2,
46
+ 3,
47
+ 4
48
+ ],
49
+ "patch_size": 4,
50
+ "path_norm": true,
51
+ "qkv_bias": true,
52
+ "use_absolute_embeddings": false,
53
+ "window_size": 12
54
+ },
55
+ "backbone_kwargs": null,
56
+ "bbox_cost": 5,
57
+ "bbox_loss_coefficient": 5,
58
+ "class_cost": 1,
59
+ "d_model": 256,
60
+ "decoder_attention_heads": 8,
61
+ "decoder_ffn_dim": 2048,
62
+ "decoder_layerdrop": 0.0,
63
+ "decoder_layers": 6,
64
+ "decoder_n_points": 4,
65
+ "dice_loss_coefficient": 1,
66
+ "disable_custom_kernels": true,
67
+ "dropout": 0.1,
68
+ "encoder_attention_heads": 8,
69
+ "encoder_ffn_dim": 2048,
70
+ "encoder_layerdrop": 0.0,
71
+ "encoder_layers": 6,
72
+ "encoder_n_points": 4,
73
+ "eos_coefficient": 0.1,
74
+ "focal_alpha": 0.25,
75
+ "giou_cost": 2,
76
+ "giou_loss_coefficient": 2,
77
+ "id2label": {
78
+ "0": "Bus",
79
+ "1": "Bike",
80
+ "2": "Car",
81
+ "3": "Pedestrian",
82
+ "4": "Truck"
83
+ },
84
+ "init_std": 0.02,
85
+ "init_xavier_std": 1.0,
86
+ "is_encoder_decoder": true,
87
+ "label2id": {
88
+ "Bike": 1,
89
+ "Bus": 0,
90
+ "Car": 2,
91
+ "Pedestrian": 3,
92
+ "Truck": 4
93
+ },
94
+ "mask_loss_coefficient": 1,
95
+ "max_position_embeddings": 2048,
96
+ "model_type": "deta",
97
+ "num_feature_levels": 5,
98
+ "num_queries": 900,
99
+ "position_embedding_type": "sine",
100
+ "torch_dtype": "float32",
101
+ "transformers_version": "4.48.3",
102
+ "two_stage": true,
103
+ "two_stage_num_proposals": 900,
104
+ "use_pretrained_backbone": false,
105
+ "use_timm_backbone": false,
106
+ "with_box_refine": true
107
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_convert_annotations": true,
3
+ "do_normalize": true,
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": "DetaImageProcessor",
14
+ "image_std": [
15
+ 0.229,
16
+ 0.224,
17
+ 0.225
18
+ ],
19
+ "pad_size": {
20
+ "height": 960,
21
+ "width": 960
22
+ },
23
+ "resample": 2,
24
+ "rescale_factor": 0.00392156862745098,
25
+ "size": {
26
+ "max_height": 960,
27
+ "max_width": 960
28
+ }
29
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:124b5ea89688ced0886df6e69d18185abffd2b7088ede1d0ba43fdd2ac3549bf
3
+ size 878752042
runs/Feb15_07-46-46_mcity-rtx-4090/events.out.tfevents.1739623607.mcity-rtx-4090.1139582.17 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e82b3d967bf079c422108302ab48c040bf7e0dcc8358386e45bfde6d65e017b5
3
+ size 9259
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a021612c202d5ea3fa63c2297e517a364d7acf76d24629130f841b566a64b793
3
+ size 5560