Daniel Bogdoll commited on
Commit
750b56d
·
verified ·
1 Parent(s): 4cce69e

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,163 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/deformable-detr-detic",
3
+ "activation_dropout": 0.0,
4
+ "activation_function": "relu",
5
+ "architectures": [
6
+ "DeformableDetrForObjectDetection"
7
+ ],
8
+ "attention_dropout": 0.0,
9
+ "auxiliary_loss": false,
10
+ "backbone": null,
11
+ "backbone_config": {
12
+ "_attn_implementation_autoset": false,
13
+ "_name_or_path": "",
14
+ "add_cross_attention": false,
15
+ "architectures": null,
16
+ "bad_words_ids": null,
17
+ "begin_suppress_tokens": null,
18
+ "bos_token_id": null,
19
+ "chunk_size_feed_forward": 0,
20
+ "cross_attention_hidden_size": null,
21
+ "decoder_start_token_id": null,
22
+ "depths": [
23
+ 3,
24
+ 4,
25
+ 6,
26
+ 3
27
+ ],
28
+ "diversity_penalty": 0.0,
29
+ "do_sample": false,
30
+ "downsample_in_bottleneck": false,
31
+ "downsample_in_first_stage": false,
32
+ "early_stopping": false,
33
+ "embedding_size": 64,
34
+ "encoder_no_repeat_ngram_size": 0,
35
+ "eos_token_id": null,
36
+ "exponential_decay_length_penalty": null,
37
+ "finetuning_task": null,
38
+ "forced_bos_token_id": null,
39
+ "forced_eos_token_id": null,
40
+ "hidden_act": "relu",
41
+ "hidden_sizes": [
42
+ 256,
43
+ 512,
44
+ 1024,
45
+ 2048
46
+ ],
47
+ "id2label": {
48
+ "0": "LABEL_0",
49
+ "1": "LABEL_1"
50
+ },
51
+ "is_decoder": false,
52
+ "is_encoder_decoder": false,
53
+ "label2id": {
54
+ "LABEL_0": 0,
55
+ "LABEL_1": 1
56
+ },
57
+ "layer_type": "bottleneck",
58
+ "length_penalty": 1.0,
59
+ "max_length": 20,
60
+ "min_length": 0,
61
+ "model_type": "resnet",
62
+ "no_repeat_ngram_size": 0,
63
+ "num_beam_groups": 1,
64
+ "num_beams": 1,
65
+ "num_channels": 3,
66
+ "num_return_sequences": 1,
67
+ "out_features": [
68
+ "stage2",
69
+ "stage3",
70
+ "stage4"
71
+ ],
72
+ "out_indices": [
73
+ 2,
74
+ 3,
75
+ 4
76
+ ],
77
+ "output_attentions": false,
78
+ "output_hidden_states": false,
79
+ "output_scores": false,
80
+ "pad_token_id": null,
81
+ "prefix": null,
82
+ "problem_type": null,
83
+ "pruned_heads": {},
84
+ "remove_invalid_values": false,
85
+ "repetition_penalty": 1.0,
86
+ "return_dict": true,
87
+ "return_dict_in_generate": false,
88
+ "sep_token_id": null,
89
+ "stage_names": [
90
+ "stem",
91
+ "stage1",
92
+ "stage2",
93
+ "stage3",
94
+ "stage4"
95
+ ],
96
+ "suppress_tokens": null,
97
+ "task_specific_params": null,
98
+ "temperature": 1.0,
99
+ "tf_legacy_loss": false,
100
+ "tie_encoder_decoder": false,
101
+ "tie_word_embeddings": true,
102
+ "tokenizer_class": null,
103
+ "top_k": 50,
104
+ "top_p": 1.0,
105
+ "torch_dtype": null,
106
+ "torchscript": false,
107
+ "typical_p": 1.0,
108
+ "use_bfloat16": false
109
+ },
110
+ "backbone_kwargs": null,
111
+ "bbox_cost": 5,
112
+ "bbox_loss_coefficient": 5,
113
+ "class_cost": 1,
114
+ "d_model": 256,
115
+ "decoder_attention_heads": 8,
116
+ "decoder_ffn_dim": 1024,
117
+ "decoder_layers": 6,
118
+ "decoder_n_points": 4,
119
+ "dice_loss_coefficient": 1,
120
+ "dilation": null,
121
+ "disable_custom_kernels": false,
122
+ "dropout": 0.1,
123
+ "encoder_attention_heads": 8,
124
+ "encoder_ffn_dim": 1024,
125
+ "encoder_layerdrop": 0.0,
126
+ "encoder_layers": 6,
127
+ "encoder_n_points": 4,
128
+ "eos_coefficient": 0.1,
129
+ "focal_alpha": 0.25,
130
+ "giou_cost": 2,
131
+ "giou_loss_coefficient": 2,
132
+ "id2label": {
133
+ "0": "Bus",
134
+ "1": "Bike",
135
+ "2": "Car",
136
+ "3": "Pedestrian",
137
+ "4": "Truck"
138
+ },
139
+ "init_std": 0.02,
140
+ "init_xavier_std": 1.0,
141
+ "is_encoder_decoder": true,
142
+ "label2id": {
143
+ "Bike": 1,
144
+ "Bus": 0,
145
+ "Car": 2,
146
+ "Pedestrian": 3,
147
+ "Truck": 4
148
+ },
149
+ "mask_loss_coefficient": 1,
150
+ "max_position_embeddings": 1024,
151
+ "model_type": "deformable_detr",
152
+ "num_channels": 3,
153
+ "num_feature_levels": 4,
154
+ "num_queries": 300,
155
+ "position_embedding_type": "sine",
156
+ "torch_dtype": "float32",
157
+ "transformers_version": "4.48.3",
158
+ "two_stage": true,
159
+ "two_stage_num_proposals": 300,
160
+ "use_pretrained_backbone": null,
161
+ "use_timm_backbone": false,
162
+ "with_box_refine": true
163
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_convert_annotations": true,
3
+ "do_normalize": true,
4
+ "do_pad": true,
5
+ "do_rescale": true,
6
+ "do_resize": false,
7
+ "format": "coco_detection",
8
+ "image_mean": [
9
+ 0.485,
10
+ 0.456,
11
+ 0.406
12
+ ],
13
+ "image_processor_type": "DeformableDetrImageProcessorFast",
14
+ "image_std": [
15
+ 0.229,
16
+ 0.224,
17
+ 0.225
18
+ ],
19
+ "pad_size": null,
20
+ "resample": 2,
21
+ "rescale_factor": 0.00392156862745098,
22
+ "size": {
23
+ "longest_edge": 1333,
24
+ "shortest_edge": 800
25
+ }
26
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9e3bf875b4339a51008f1edd3d2a622800d835500ab199c5cb1a99faa73e86c
3
+ size 164754338
runs/Feb07_21-28-21_mcity-rtx-4090/events.out.tfevents.1738981702.mcity-rtx-4090.153757.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d10cd94343654d1087f81536cf593230adb8653ee56efafd84d4b652a9301eb
3
+ size 52389
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75b80dc18659e0a551780ca116947d5dbe6f58709d3f1d407345ac4fd60e874a
3
+ size 5560