polejowska commited on
Commit
6ea9023
1 Parent(s): 76733ec

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "d_model": 256,
16
+ "decoder_attention_heads": 8,
17
+ "decoder_ffn_dim": 2048,
18
+ "decoder_layerdrop": 0.0,
19
+ "decoder_layers": 6,
20
+ "dice_loss_coefficient": 1,
21
+ "dilation": false,
22
+ "dropout": 0.1,
23
+ "encoder_attention_heads": 8,
24
+ "encoder_ffn_dim": 2048,
25
+ "encoder_layerdrop": 0.0,
26
+ "encoder_layers": 6,
27
+ "eos_coefficient": 0.1,
28
+ "giou_cost": 2,
29
+ "giou_loss_coefficient": 2,
30
+ "id2label": {
31
+ "0": "Leukocyte"
32
+ },
33
+ "init_std": 0.02,
34
+ "init_xavier_std": 1.0,
35
+ "is_encoder_decoder": true,
36
+ "label2id": {
37
+ "Leukocyte": 0
38
+ },
39
+ "mask_loss_coefficient": 1,
40
+ "max_position_embeddings": 1024,
41
+ "model_type": "detr",
42
+ "num_channels": 3,
43
+ "num_hidden_layers": 6,
44
+ "num_queries": 100,
45
+ "position_embedding_type": "sine",
46
+ "scale_embedding": false,
47
+ "torch_dtype": "float32",
48
+ "transformers_version": "4.26.1",
49
+ "use_pretrained_backbone": true,
50
+ "use_timm_backbone": true
51
+ }
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": "DetrFeatureExtractor",
7
+ "format": "coco_detection",
8
+ "image_mean": [
9
+ 0.485,
10
+ 0.456,
11
+ 0.406
12
+ ],
13
+ "image_processor_type": "DetrFeatureExtractor",
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
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:062e8d99a4782b7077cfa83ec96557d00010fce75d3ee4e0e9015934ecf1bb4b
3
+ size 166616101
runs/Feb26_18-06-03_952abec28ae3/1677434769.9650474/events.out.tfevents.1677434769.952abec28ae3.204.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:006c529406a32314003b8b4ceea6a214187fcb6888c914c04ad896438c2082f8
3
+ size 5744
runs/Feb26_18-06-03_952abec28ae3/events.out.tfevents.1677434769.952abec28ae3.204.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b65cb1e76a70e234f3d5176cbf44ebafbc56397e155f3b22d9baa81009377ae
3
+ size 4868
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03ba829a9db9059fec7b80dcc25ba006e46b9571cdbde75e6e8bca93fed2ad7e
3
+ size 3515