Daniel Bogdoll commited on
Commit
76eae92
·
verified ·
1 Parent(s): ab00f37

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "SenseTime/deformable-detr",
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": "resnet50",
11
+ "backbone_config": null,
12
+ "backbone_kwargs": {
13
+ "in_chans": 3,
14
+ "out_indices": [
15
+ 2,
16
+ 3,
17
+ 4
18
+ ]
19
+ },
20
+ "bbox_cost": 5,
21
+ "bbox_loss_coefficient": 5,
22
+ "class_cost": 1,
23
+ "d_model": 256,
24
+ "decoder_attention_heads": 8,
25
+ "decoder_ffn_dim": 1024,
26
+ "decoder_layerdrop": 0.0,
27
+ "decoder_layers": 6,
28
+ "decoder_n_points": 4,
29
+ "dice_loss_coefficient": 1,
30
+ "dilation": false,
31
+ "disable_custom_kernels": false,
32
+ "dropout": 0.1,
33
+ "encoder_attention_heads": 8,
34
+ "encoder_ffn_dim": 1024,
35
+ "encoder_layerdrop": 0.0,
36
+ "encoder_layers": 6,
37
+ "encoder_n_points": 4,
38
+ "eos_coefficient": 0.1,
39
+ "focal_alpha": 0.25,
40
+ "giou_cost": 2,
41
+ "giou_loss_coefficient": 2,
42
+ "id2label": {
43
+ "0": "Bus",
44
+ "1": "Bike",
45
+ "2": "Car",
46
+ "3": "Pedestrian",
47
+ "4": "Truck"
48
+ },
49
+ "init_std": 0.02,
50
+ "init_xavier_std": 1.0,
51
+ "is_encoder_decoder": true,
52
+ "label2id": {
53
+ "Bike": 1,
54
+ "Bus": 0,
55
+ "Car": 2,
56
+ "Pedestrian": 3,
57
+ "Truck": 4
58
+ },
59
+ "mask_loss_coefficient": 1,
60
+ "max_position_embeddings": 1024,
61
+ "model_type": "deformable_detr",
62
+ "num_channels": 3,
63
+ "num_feature_levels": 4,
64
+ "num_queries": 300,
65
+ "position_embedding_type": "sine",
66
+ "torch_dtype": "float32",
67
+ "transformers_version": "4.48.3",
68
+ "two_stage": false,
69
+ "two_stage_num_proposals": 300,
70
+ "use_pretrained_backbone": true,
71
+ "use_timm_backbone": true,
72
+ "with_box_refine": false
73
+ }
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:10380cd1eccdc378e95e2ea0230b45cd3822d3b32aad1360e735661b4e60409c
3
+ size 160808974
runs/Feb08_05-34-43_mcity-rtx-4090/events.out.tfevents.1739010884.mcity-rtx-4090.153757.13 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed0eeabc5153d2c59c2b270eec1b7c617d4a8b4211713b7e6db8d705c8a18d15
3
+ size 39333
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28806aae094550407e542aa301d3d80d54d7fd3afb34778c863418f3033504a0
3
+ size 5560