polejowska commited on
Commit
c2e6103
1 Parent(s): 77d46c3

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "bbox_cost": 5.0,
13
+ "bbox_loss_coefficient": 5.0,
14
+ "class_cost": 1.0,
15
+ "cls_loss_coefficient": 2,
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_loss_coefficient": 0.1,
29
+ "focal_alpha": 0.25,
30
+ "giou_cost": 2.0,
31
+ "giou_loss_coefficient": 2.0,
32
+ "id2label": {
33
+ "0": "mist1"
34
+ },
35
+ "init_std": 0.02,
36
+ "init_xavier_std": 1.0,
37
+ "is_encoder_decoder": true,
38
+ "label2id": {
39
+ "mist1": 0
40
+ },
41
+ "mask_loss_coefficient": 1,
42
+ "model_type": "conditional_detr",
43
+ "num_channels": 3,
44
+ "num_classes": 1,
45
+ "num_hidden_layers": 6,
46
+ "num_queries": 100,
47
+ "output_attentions": true,
48
+ "position_embedding_type": "sine",
49
+ "torch_dtype": "float32",
50
+ "transformers_version": "4.35.0",
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:836b9043b30a56913e9c8b6e626725fa72032a8b9e95fb94c7a3e64105cc2660
3
+ size 173870884
preprocessor_config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_pad": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "feature_extractor_type": "ConditionalDetrFeatureExtractor",
7
+ "format": "coco_detection",
8
+ "image_mean": [
9
+ 0.485,
10
+ 0.456,
11
+ 0.406
12
+ ],
13
+ "image_processor_type": "ConditionalDetrFeatureExtractor",
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/Nov11_14-26-59_87912fb73649/events.out.tfevents.1699712820.87912fb73649.47.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5b87e875a45ead40278ef10cbe3aa16ace8f0c5175f487b6ce3f68a85046b7c
3
+ size 5302
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98d0a2dcd3c9d092d72ad3d4fe9a841dcd2aa52fcd47437763d25877d843f62f
3
+ size 4155