polejowska commited on
Commit
02679dc
1 Parent(s): 15a560b

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.0,
3
+ "activation_function": "relu",
4
+ "architectures": [
5
+ "DetrForObjectDetection"
6
+ ],
7
+ "attention_dropout": 0.0,
8
+ "auxiliary_loss": false,
9
+ "backbone": "resnet50",
10
+ "backbone_config": null,
11
+ "bbox_cost": 5,
12
+ "bbox_loss_coefficient": 5,
13
+ "class_cost": 1,
14
+ "d_model": 256,
15
+ "decoder_attention_heads": 16,
16
+ "decoder_ffn_dim": 2048,
17
+ "decoder_layerdrop": 0.0,
18
+ "decoder_layers": 16,
19
+ "dice_loss_coefficient": 1,
20
+ "dilation": false,
21
+ "dropout": 0.1,
22
+ "encoder_attention_heads": 16,
23
+ "encoder_ffn_dim": 2048,
24
+ "encoder_layerdrop": 0.0,
25
+ "encoder_layers": 16,
26
+ "eos_coefficient": 0.1,
27
+ "giou_cost": 2,
28
+ "giou_loss_coefficient": 2,
29
+ "id2label": {
30
+ "0": "Leukocyte"
31
+ },
32
+ "init_std": 0.02,
33
+ "init_xavier_std": 1.0,
34
+ "is_encoder_decoder": true,
35
+ "label2id": {
36
+ "Leukocyte": 0
37
+ },
38
+ "mask_loss_coefficient": 1,
39
+ "max_position_embeddings": 1024,
40
+ "model_type": "detr",
41
+ "num_channels": 3,
42
+ "num_hidden_layers": 6,
43
+ "num_queries": 100,
44
+ "output_attentions": true,
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:7fa8c64c05dbdb952987bc1d618b6029484dec5037497bd0cb56b922ef2e1614
3
+ size 282499253
runs/Mar01_15-45-15_Agatas-MacBook-Pro.local/1677681922.307575/events.out.tfevents.1677681922.Agatas-MacBook-Pro.local.35252.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50138e838b6597d9b73bf39142d463d3479af78d04351eda13488e7de3d15104
3
+ size 5840
runs/Mar01_15-45-15_Agatas-MacBook-Pro.local/events.out.tfevents.1677681922.Agatas-MacBook-Pro.local.35252.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:effbda3d1816ac2e118850919e0e6a9a41cb5d59968e644d00112b20a77e8cd4
3
+ size 4956
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99b04cb0ed8e0588a5bc595036d8f9a9e5a733f896b01f90deb8502b248aed5e
3
+ size 3579