ssamperr commited on
Commit
3fea7c2
1 Parent(s): 1123379

Training in progress, step 500

Browse files
config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "wind_turbine"
34
+ },
35
+ "init_std": 0.02,
36
+ "init_xavier_std": 1.0,
37
+ "is_encoder_decoder": true,
38
+ "label2id": {
39
+ "wind_turbine": 0
40
+ },
41
+ "mask_loss_coefficient": 1,
42
+ "max_position_embeddings": 1024,
43
+ "model_type": "detr",
44
+ "num_channels": 3,
45
+ "num_hidden_layers": 6,
46
+ "num_queries": 100,
47
+ "position_embedding_type": "sine",
48
+ "scale_embedding": false,
49
+ "torch_dtype": "float32",
50
+ "transformers_version": "4.38.2",
51
+ "use_pretrained_backbone": true,
52
+ "use_timm_backbone": true
53
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73633a83f80ee641fc5647d5e2796f5386765e4c2ba3d25de87ae1b0d76e84d7
3
+ size 166494824
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/Apr24_09-24-47_ES5CG3325NMM/events.out.tfevents.1713943490.ES5CG3325NMM.5096.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2c720eae74fd86e759bc839389ad85075531101fea9218e84212d6c2cadf344
3
+ size 6000
runs/Apr24_09-35-12_ES5CG3325NMM/events.out.tfevents.1713944112.ES5CG3325NMM.5096.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47c37949c4bb4a752cc2cdd6518f2571af033092c9412ff6375c640032205881
3
+ size 10495
runs/Apr24_09-38-25_ES5CG3325NMM/events.out.tfevents.1713944306.ES5CG3325NMM.5096.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc2c6eb1641ac2f8ffe17f62b74b95286ba332da8826c9971f4617eae24c6be9
3
+ size 5321
runs/Apr24_09-38-32_ES5CG3325NMM/events.out.tfevents.1713944312.ES5CG3325NMM.5096.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5890e6cd8d7a701f1a738836102d236e4685cdab3b1b58eef34b7a3673358d8
3
+ size 26321
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7410e198d793f1ab4338600a3f6e338c117b27be9ca66ecfb50a4b4b4a892229
3
+ size 4984