jkqkx commited on
Commit
f176bb8
1 Parent(s): 9d6deef

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "backbone_kwargs": {
13
+ "in_chans": 3,
14
+ "out_indices": [
15
+ 1,
16
+ 2,
17
+ 3,
18
+ 4
19
+ ]
20
+ },
21
+ "bbox_cost": 5,
22
+ "bbox_loss_coefficient": 5,
23
+ "class_cost": 2,
24
+ "cls_loss_coefficient": 2,
25
+ "d_model": 256,
26
+ "decoder_attention_heads": 8,
27
+ "decoder_ffn_dim": 2048,
28
+ "decoder_layerdrop": 0.0,
29
+ "decoder_layers": 6,
30
+ "dice_loss_coefficient": 1,
31
+ "dilation": false,
32
+ "dropout": 0.1,
33
+ "encoder_attention_heads": 8,
34
+ "encoder_ffn_dim": 2048,
35
+ "encoder_layerdrop": 0.0,
36
+ "encoder_layers": 6,
37
+ "focal_alpha": 0.25,
38
+ "giou_cost": 2,
39
+ "giou_loss_coefficient": 2,
40
+ "id2label": {
41
+ "0": "colony"
42
+ },
43
+ "init_std": 0.02,
44
+ "init_xavier_std": 1.0,
45
+ "is_encoder_decoder": true,
46
+ "label2id": {
47
+ "colony": 0
48
+ },
49
+ "mask_loss_coefficient": 1,
50
+ "max_position_embeddings": 1024,
51
+ "model_type": "conditional_detr",
52
+ "num_channels": 3,
53
+ "num_hidden_layers": 6,
54
+ "num_queries": 300,
55
+ "position_embedding_type": "sine",
56
+ "scale_embedding": false,
57
+ "torch_dtype": "float32",
58
+ "transformers_version": "4.41.2",
59
+ "use_pretrained_backbone": true,
60
+ "use_timm_backbone": true
61
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8adf4e15675a9cb18a787235ab9d4688d725696a55ac6f4f47141cabd623b5c
3
+ size 174075684
runs/Jun14_02-18-47_201f61231939/events.out.tfevents.1718331832.201f61231939.254.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af9f05a9c8f546282a438977ea74665487ad40d113426d76d17495fa91c92920
3
+ size 5576
runs/Jun14_02-24-11_201f61231939/events.out.tfevents.1718331859.201f61231939.254.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f9f409840c8a91269f101a9b1df7928ced8c4723bddd5ffdab5eda87b8dfe36
3
+ size 5576
runs/Jun14_02-28-47_201f61231939/events.out.tfevents.1718332134.201f61231939.254.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f278399f71b9fd1bd226aba705e035a60b966722ef211e434c06a1cd9bc6f6c
3
+ size 5575
runs/Jun14_03-00-07_201f61231939/events.out.tfevents.1718334012.201f61231939.254.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:512ab1a91dc942a4b2b5c6862fff1a0267cc694fbd8f68f6179d5ab78116cdaf
3
+ size 6960
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f67e9d3a4bb004289463a8ac856f6a52253baa0678152a2a6a90bdca3ced119d
3
+ size 5176