Etienne-David commited on
Commit
94663eb
·
verified ·
1 Parent(s): 8cc5381

Training in progress, step 1000

Browse files
config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "classifier_dropout": 0.0,
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_coefficient": 0.1,
29
+ "giou_cost": 2,
30
+ "giou_loss_coefficient": 2,
31
+ "id2label": {
32
+ "0": "wheat"
33
+ },
34
+ "init_std": 0.02,
35
+ "init_xavier_std": 1.0,
36
+ "is_encoder_decoder": true,
37
+ "label2id": {
38
+ "wheat": 0
39
+ },
40
+ "mask_loss_coefficient": 1,
41
+ "max_position_embeddings": 1024,
42
+ "model_type": "detr",
43
+ "num_channels": 3,
44
+ "num_hidden_layers": 6,
45
+ "num_queries": 100,
46
+ "position_embedding_type": "sine",
47
+ "scale_embedding": false,
48
+ "torch_dtype": "float32",
49
+ "transformers_version": "4.36.2",
50
+ "use_pretrained_backbone": true,
51
+ "use_timm_backbone": true
52
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7267ed1b0ba04a09c6a0c3011e8f5cbdeaec41026d1f6e934fb61bb9a39ee29e
3
+ size 166494824
preprocessor_config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_pad": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "format": "coco_detection",
7
+ "image_mean": [
8
+ 0.485,
9
+ 0.456,
10
+ 0.406
11
+ ],
12
+ "image_processor_type": "DetrImageProcessor",
13
+ "image_std": [
14
+ 0.229,
15
+ 0.224,
16
+ 0.225
17
+ ],
18
+ "resample": 2,
19
+ "rescale_factor": 0.00392156862745098,
20
+ "size": {
21
+ "longest_edge": 1333,
22
+ "shortest_edge": 800
23
+ }
24
+ }
runs/Jan20_00-33-16_Amylose-2.local/events.out.tfevents.1705707222.Amylose-2.local.30741.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c7ebc8e7fdca7dbeece5f13483bae733b3885d12a0084cb0e8a75f2dd575cc7
3
+ size 4986
runs/Jan23_16-52-31_Amylose-2.local/events.out.tfevents.1706025152.Amylose-2.local.14798.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27c311e4fb0097ac9e137d08a9a4bf253d5344c34d7a492ac558233cf26180a4
3
+ size 4986
runs/Jan23_16-53-59_Amylose-2.local/events.out.tfevents.1706025241.Amylose-2.local.14798.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d6c46222bbb19995e4366f3b35c91a5abc208726ce8925534173ff1f894009f
3
+ size 4986
runs/Jan23_16-59-23_Amylose-2.local/events.out.tfevents.1706025564.Amylose-2.local.14798.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20b8cdfdfb7794fed942de545c710fb0a6edb4390bc36d5252f967b11d2de7c9
3
+ size 4986
runs/Jan23_17-00-01_Amylose-2.local/events.out.tfevents.1706025602.Amylose-2.local.14798.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6b238e44e1782f1efd0a77755841c645a81b0325eeacdc0354db9a29bba63ad
3
+ size 4986
runs/Jan23_17-00-30_Amylose-2.local/events.out.tfevents.1706025630.Amylose-2.local.14798.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db285f1fb704d41777bfdb8f8f7f8f99ac0a7ea4b777234265abbafbf50234b6
3
+ size 4986
runs/Jan23_17-01-01_Amylose-2.local/events.out.tfevents.1706025661.Amylose-2.local.14798.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07ca07cd79cd43511a855974687ddbd9a733b7278f352097d7b883511e4d9af5
3
+ size 4986
runs/Jan23_17-01-21_Amylose-2.local/events.out.tfevents.1706025681.Amylose-2.local.14798.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2af23f42bd6131eebae817ce50da778bd0f48ed165399203f555336307986ca
3
+ size 4986
runs/Jan23_17-01-42_Amylose-2.local/events.out.tfevents.1706025703.Amylose-2.local.14798.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:883b6780175fb5961d3dba015615f51b0094498b3f33695638b9276d4f28773a
3
+ size 4986
runs/Jan23_17-01-56_Amylose-2.local/events.out.tfevents.1706025731.Amylose-2.local.14798.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00c7f9d5bc2d248c99e538f77d927e9cea35b90967ad134d02133df18357436f
3
+ size 4986
runs/Jan23_17-04-40_Amylose-2.local/events.out.tfevents.1706025880.Amylose-2.local.14798.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c8e03d251d885f1090f6a07bed0f39890fdb69807d1ffbf9e68fdab0b379c7e
3
+ size 4986
runs/Jan23_17-06-30_Amylose-2.local/events.out.tfevents.1706025991.Amylose-2.local.15035.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:793fe4364b8c07feebd3ef65373ec4c197783df96bc90a695c8676dcd98bc99b
3
+ size 8120
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17a29e3d312f71e7bb5d3cbb329c198cc3b8ad82e1bcc856ac31540ca3eec0af
3
+ size 4283