DunnBC22 commited on
Commit
204a8bf
1 Parent(s): 8ae41b0

Training in progress, step 163

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "hustvl/yolos-small",
3
+ "architectures": [
4
+ "YolosForObjectDetection"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "auxiliary_loss": false,
8
+ "bbox_cost": 5,
9
+ "bbox_loss_coefficient": 5,
10
+ "class_cost": 1,
11
+ "eos_coefficient": 0.1,
12
+ "giou_cost": 2,
13
+ "giou_loss_coefficient": 2,
14
+ "hidden_act": "gelu",
15
+ "hidden_dropout_prob": 0.0,
16
+ "hidden_size": 384,
17
+ "id2label": {
18
+ "0": "wall-damage",
19
+ "1": "Minorrotation",
20
+ "2": "Moderaterotation",
21
+ "3": "Severerotation"
22
+ },
23
+ "image_size": [
24
+ 512,
25
+ 864
26
+ ],
27
+ "initializer_range": 0.02,
28
+ "intermediate_size": 1536,
29
+ "label2id": {
30
+ "Minorrotation": 1,
31
+ "Moderaterotation": 2,
32
+ "Severerotation": 3,
33
+ "wall-damage": 0
34
+ },
35
+ "layer_norm_eps": 1e-12,
36
+ "model_type": "yolos",
37
+ "num_attention_heads": 6,
38
+ "num_channels": 3,
39
+ "num_detection_tokens": 100,
40
+ "num_hidden_layers": 12,
41
+ "patch_size": 16,
42
+ "qkv_bias": true,
43
+ "torch_dtype": "float32",
44
+ "transformers_version": "4.31.0",
45
+ "use_mid_position_embeddings": true
46
+ }
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": "YolosImageProcessor",
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
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef5d34cfcd98035edc02db8a37dfca3c41ec3b4dca553dc8cb4187263da2c427
3
+ size 122677021
runs/Jul31_19-07-03_7dbe76c69e4f/events.out.tfevents.1690830436.7dbe76c69e4f.169.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:178d3d55302544ab5882187d8c4a3e40d6e27ec8b50813841f6c71ee41511e9c
3
+ size 13769
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72b2ff977402ec4f1c1da0f4fe7c04cbe678918651de694762b7226d7bfecf25
3
+ size 3963