machinelearningzuu commited on
Commit
90d31ba
1 Parent(s): f7ddbd5

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/conditional-detr-resnet-50",
3
+ "activation_dropout": 0.0,
4
+ "activation_function": "relu",
5
+ "architectures": [
6
+ "ConditionalDetrForObjectDetection"
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
+ 1,
16
+ 2,
17
+ 3,
18
+ 4
19
+ ]
20
+ },
21
+ "bbox_cost": 5,
22
+ "bbox_loss_coefficient": 5,
23
+ "class_cost": 2,
24
+ "cls_loss_coefficient": 2,
25
+ "d_model": 256,
26
+ "decoder_attention_heads": 8,
27
+ "decoder_ffn_dim": 2048,
28
+ "decoder_layerdrop": 0.0,
29
+ "decoder_layers": 6,
30
+ "dice_loss_coefficient": 1,
31
+ "dilation": false,
32
+ "dropout": 0.1,
33
+ "encoder_attention_heads": 8,
34
+ "encoder_ffn_dim": 2048,
35
+ "encoder_layerdrop": 0.0,
36
+ "encoder_layers": 6,
37
+ "focal_alpha": 0.25,
38
+ "giou_cost": 2,
39
+ "giou_loss_coefficient": 2,
40
+ "id2label": {
41
+ "0": "Car",
42
+ "1": "TwoWheeler",
43
+ "2": "Auto",
44
+ "3": "Bus",
45
+ "4": "Truck"
46
+ },
47
+ "init_std": 0.02,
48
+ "init_xavier_std": 1.0,
49
+ "is_encoder_decoder": true,
50
+ "label2id": {
51
+ "Auto": 2,
52
+ "Bus": 3,
53
+ "Car": 0,
54
+ "Truck": 4,
55
+ "TwoWheeler": 1
56
+ },
57
+ "mask_loss_coefficient": 1,
58
+ "max_position_embeddings": 1024,
59
+ "model_type": "conditional_detr",
60
+ "num_channels": 3,
61
+ "num_hidden_layers": 6,
62
+ "num_queries": 300,
63
+ "position_embedding_type": "sine",
64
+ "scale_embedding": false,
65
+ "torch_dtype": "float32",
66
+ "transformers_version": "4.42.3",
67
+ "use_pretrained_backbone": true,
68
+ "use_timm_backbone": true
69
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65c19e4abe805aab6c70cf148218c3910c1bb7a6f2e136956a66c32ad541f801
3
+ size 174079796
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": "ConditionalDetrImageProcessor",
14
+ "image_std": [
15
+ 0.229,
16
+ 0.224,
17
+ 0.225
18
+ ],
19
+ "pad_size": {
20
+ "height": 480,
21
+ "width": 480
22
+ },
23
+ "resample": 2,
24
+ "rescale_factor": 0.00392156862745098,
25
+ "size": {
26
+ "max_height": 480,
27
+ "max_width": 480
28
+ }
29
+ }
runs/Sep10_20-16-55_Zuu-Legion-5-Pro/events.out.tfevents.1725979617.Zuu-Legion-5-Pro.11792.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f235f52541ab44382cf5f1adf931129fe31ae40b66aeefe1bfa3400b0f1cc0a1
3
+ size 5733
runs/Sep10_20-23-46_Zuu-Legion-5-Pro/events.out.tfevents.1725980027.Zuu-Legion-5-Pro.16252.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a272f78f549e2b7a17a815ab2a28d5a0090a9c29f4ac7ee0c9a2aa3f03e49a1c
3
+ size 5733
runs/Sep10_20-49-57_Zuu-Legion-5-Pro/events.out.tfevents.1725981598.Zuu-Legion-5-Pro.4792.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b85c5bff636af46bfa60139e146fc065d3b376fbb37213e6b72b1b7ec2517b0
3
+ size 5733
runs/Sep10_20-50-33_Zuu-Legion-5-Pro/events.out.tfevents.1725981634.Zuu-Legion-5-Pro.4792.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3f144c5f976cdd69d6a0b8c830d15e6b963ae7a47eafcadcad36f435ddb7144
3
+ size 5733
runs/Sep10_21-01-55_Zuu-Legion-5-Pro/events.out.tfevents.1725982316.Zuu-Legion-5-Pro.4792.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4644a6a3070f7b62767b46a205cb673b1b143cb5ba4e9397d565b22972c3d6a
3
+ size 7171
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42ebfe6d2731069c4023ad68e1b54b567d50e0603c3b4f1f05ee3d28e98c1924
3
+ size 5112