JeonSeongHu commited on
Commit
e263272
·
1 Parent(s): 5097fa7

Training in progress, step 438

Browse files
config.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "bbox_cost": 5,
13
+ "bbox_loss_coefficient": 5,
14
+ "class_cost": 1,
15
+ "classifier_dropout": 0.0,
16
+ "d_model": 256,
17
+ "decoder_attention_heads": 8,
18
+ "decoder_ffn_dim": 2048,
19
+ "decoder_layerdrop": 0.0,
20
+ "decoder_layers": 6,
21
+ "dice_loss_coefficient": 1,
22
+ "dilation": false,
23
+ "dropout": 0.1,
24
+ "encoder_attention_heads": 8,
25
+ "encoder_ffn_dim": 2048,
26
+ "encoder_layerdrop": 0.0,
27
+ "encoder_layers": 6,
28
+ "eos_coefficient": 0.1,
29
+ "giou_cost": 2,
30
+ "giou_loss_coefficient": 2,
31
+ "id2label": {
32
+ "1": "Pedestrian",
33
+ "2": "Cyclist",
34
+ "3": "Car",
35
+ "4": "Truck",
36
+ "5": "Tram ",
37
+ "6": "Tricycle"
38
+ },
39
+ "init_std": 0.02,
40
+ "init_xavier_std": 1.0,
41
+ "is_encoder_decoder": true,
42
+ "label2id": {
43
+ "Car": 3,
44
+ "Cyclist": 2,
45
+ "Pedestrian": 1,
46
+ "Tram ": 5,
47
+ "Tricycle": 6,
48
+ "Truck": 4
49
+ },
50
+ "mask_loss_coefficient": 1,
51
+ "max_position_embeddings": 1024,
52
+ "model_type": "detr",
53
+ "num_channels": 3,
54
+ "num_hidden_layers": 6,
55
+ "num_queries": 100,
56
+ "position_embedding_type": "sine",
57
+ "scale_embedding": false,
58
+ "torch_dtype": "float32",
59
+ "transformers_version": "4.35.0",
60
+ "use_pretrained_backbone": true,
61
+ "use_timm_backbone": true
62
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf36b66e3336282c99901b1e7a87109c85a7f01f2c5e9e7e8ffe90177cdaf883
3
+ size 166499964
preprocessor_config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_pad": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "format": "coco_detection",
7
+ "image_mean": [
8
+ 0.485,
9
+ 0.456,
10
+ 0.406
11
+ ],
12
+ "image_processor_type": "DetrImageProcessor",
13
+ "image_std": [
14
+ 0.229,
15
+ 0.224,
16
+ 0.225
17
+ ],
18
+ "resample": 2,
19
+ "rescale_factor": 0.00392156862745098,
20
+ "size": {
21
+ "longest_edge": 1333,
22
+ "shortest_edge": 800
23
+ }
24
+ }
runs/Nov10_20-45-11_46d2fc760b91/events.out.tfevents.1699649162.46d2fc760b91.47.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13bf0463b5aedd3bafc1f7ebec16541f54abff65b2f7808cc2b01961498af9c4
3
+ size 5005
runs/Nov10_20-45-11_46d2fc760b91/events.out.tfevents.1699649239.46d2fc760b91.47.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e0883a1e0a9847fc1436df7fb94299f8946586d2e1cc9b5bb89171cc0389a2b
3
+ size 5005
runs/Nov10_20-45-11_46d2fc760b91/events.out.tfevents.1699649290.46d2fc760b91.47.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0d3d55502ff9ab152e31cb6dab0b61ebe0381aa1c51763a7a239ce8820efaee
3
+ size 5005
runs/Nov10_20-45-11_46d2fc760b91/events.out.tfevents.1699649418.46d2fc760b91.47.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:513105b192c1bbb5995b65c1d707401d517ba9ae8fd979b151756604e5b15513
3
+ size 5005
runs/Nov10_20-54-35_46d2fc760b91/events.out.tfevents.1699649679.46d2fc760b91.47.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a5d504852f44712dddba100cbd05067b5d825ca1315fb10bf5affa7ddd64bd9
3
+ size 4184
runs/Nov10_20-56-18_46d2fc760b91/events.out.tfevents.1699649801.46d2fc760b91.343.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee2d607ffe74d53b7c671f5f3d732e341bc2d4bdf9be25ae9402ba5ef8ace99e
3
+ size 4184
runs/Nov10_21-00-06_46d2fc760b91/events.out.tfevents.1699650009.46d2fc760b91.446.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9f9adfc31cf8ce04c86e6006e3d01cc11d12419ab73112183d47c26804219e2
3
+ size 5005
runs/Nov10_21-14-02_46d2fc760b91/events.out.tfevents.1699650846.46d2fc760b91.548.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e89cdb4ce12dde6c1f6286c05875f6a4644c1ada0ce0487d1bd0a632b3839aa4
3
+ size 5005
runs/Nov10_21-23-43_46d2fc760b91/events.out.tfevents.1699651434.46d2fc760b91.548.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:111800409b9573873973600f6f4eccf29acf7303a0fc7d48c9dca6951baf6370
3
+ size 5514
runs/Nov10_21-40-58_46d2fc760b91/events.out.tfevents.1699652461.46d2fc760b91.1123.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fb315db9130765977a47c2e9b212bf894f3b957f52248865cdf9fc97f6e7ece
3
+ size 5003
runs/Nov10_21-46-24_46d2fc760b91/events.out.tfevents.1699652797.46d2fc760b91.1123.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab7549e3f58def27975c154f824081dc36db2116a91a34bbf0c75df081646121
3
+ size 5003
runs/Nov10_21-46-59_46d2fc760b91/events.out.tfevents.1699652823.46d2fc760b91.1123.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:771dc1d01baa9b69b9ba3c0c3db36ca1af397a4541812c14827e8729a5895e04
3
+ size 5942
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a06f19af8677b7b3be6879d7e8f285ce46430b3fedbaaa2873d765841862006f
3
+ size 4155