eliseyglukhov commited on
Commit
57b2eeb
1 Parent(s): 4742265

Training in progress, step 200

Browse files
config.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/detr-resnet-50",
3
+ "activation_dropout": 0.0,
4
+ "activation_function": "relu",
5
+ "architectures": [
6
+ "DetrForObjectDetection"
7
+ ],
8
+ "attention_dropout": 0.0,
9
+ "auxiliary_loss": false,
10
+ "backbone": "resnet50",
11
+ "backbone_config": null,
12
+ "backbone_kwargs": null,
13
+ "bbox_cost": 5,
14
+ "bbox_loss_coefficient": 5,
15
+ "class_cost": 1,
16
+ "classifier_dropout": 0.0,
17
+ "d_model": 256,
18
+ "decoder_attention_heads": 8,
19
+ "decoder_ffn_dim": 2048,
20
+ "decoder_layerdrop": 0.0,
21
+ "decoder_layers": 6,
22
+ "dice_loss_coefficient": 1,
23
+ "dilation": false,
24
+ "dropout": 0.1,
25
+ "encoder_attention_heads": 8,
26
+ "encoder_ffn_dim": 2048,
27
+ "encoder_layerdrop": 0.0,
28
+ "encoder_layers": 6,
29
+ "eos_coefficient": 0.1,
30
+ "giou_cost": 2,
31
+ "giou_loss_coefficient": 2,
32
+ "id2label": {
33
+ "0": 0,
34
+ "1": 1,
35
+ "2": 2,
36
+ "3": 3,
37
+ "4": 4,
38
+ "5": 5
39
+ },
40
+ "init_std": 0.02,
41
+ "init_xavier_std": 1.0,
42
+ "is_encoder_decoder": true,
43
+ "label2id": {
44
+ "0": 0,
45
+ "1": 1,
46
+ "2": 2,
47
+ "3": 3,
48
+ "4": 4,
49
+ "5": 5
50
+ },
51
+ "mask_loss_coefficient": 1,
52
+ "max_position_embeddings": 1024,
53
+ "model_type": "detr",
54
+ "num_channels": 3,
55
+ "num_hidden_layers": 6,
56
+ "num_queries": 100,
57
+ "position_embedding_type": "sine",
58
+ "scale_embedding": false,
59
+ "torch_dtype": "float32",
60
+ "transformers_version": "4.38.2",
61
+ "use_pretrained_backbone": true,
62
+ "use_timm_backbone": true
63
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:744ed1d5827ccfc8c48601764727728a7c7e8a929bcdf0909fe32d1199c9d830
3
+ size 166499964
preprocessor_config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "DetrImageProcessor",
14
+ "image_std": [
15
+ 0.229,
16
+ 0.224,
17
+ 0.225
18
+ ],
19
+ "resample": 2,
20
+ "rescale_factor": 0.00392156862745098,
21
+ "size": {
22
+ "longest_edge": 1333,
23
+ "shortest_edge": 800
24
+ }
25
+ }
runs/Mar13_16-14-09_DESKTOP-GEM987F/events.out.tfevents.1710328451.DESKTOP-GEM987F.15604.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:679fc014d845e59de8bfb8a68e8d34ff700e83691502b35b0c3e34b75b64a67a
3
+ size 5602
runs/Mar13_16-27-13_DESKTOP-GEM987F/events.out.tfevents.1710329236.DESKTOP-GEM987F.15604.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e54aa2227b01a23ecec9ae02f95c49dec3e076b772aed6fb40db3d399d351856
3
+ size 5602
runs/Mar13_16-36-03_DESKTOP-GEM987F/events.out.tfevents.1710329764.DESKTOP-GEM987F.15604.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48197969b06a8c923565ab8b4d8e7c799d8e08f038d1a1adace85dfb06de796f
3
+ size 5602
runs/Mar13_16-40-12_DESKTOP-GEM987F/events.out.tfevents.1710330014.DESKTOP-GEM987F.15604.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c79d7db0572dcf1fb8e241e9aed2b1a2c1e71b03226d066c5003e5e9fe4afc1a
3
+ size 5602
runs/Mar13_16-42-54_DESKTOP-GEM987F/events.out.tfevents.1710330175.DESKTOP-GEM987F.15604.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74d50ce30d0c9c5ad313531db69294885b5649d0c0bd789540181e1225fb02e5
3
+ size 5809
runs/Mar13_16-47-29_DESKTOP-GEM987F/events.out.tfevents.1710330450.DESKTOP-GEM987F.15604.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:811e565cd54e81327c5288dfd62f0361603ecc30f0d992b1f06989c94e5efb96
3
+ size 5809
runs/Mar13_20-52-47_DESKTOP-GEM987F/events.out.tfevents.1710345171.DESKTOP-GEM987F.15604.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fba8be36c5a83686895f067b9e5ffa6ebc93a579b42efa3bd91aa1be92146553
3
+ size 6090
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b4b4145cb116549e651387301ee94a8f9ac0a43a5cc00aaf7761e025456bda7
3
+ size 4920