DunnBC22 commited on
Commit
7f0f6aa
1 Parent(s): 4f449e5

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "hustvl/yolos-tiny",
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": 192,
17
+ "id2label": {
18
+ "0": "brain-tumor",
19
+ "1": "label0",
20
+ "2": "label1",
21
+ "3": "label2"
22
+ },
23
+ "image_size": [
24
+ 800,
25
+ 1333
26
+ ],
27
+ "initializer_range": 0.02,
28
+ "intermediate_size": 768,
29
+ "label2id": {
30
+ "brain-tumor": 0,
31
+ "label0": 1,
32
+ "label1": 2,
33
+ "label2": 3
34
+ },
35
+ "layer_norm_eps": 1e-12,
36
+ "model_type": "yolos",
37
+ "num_attention_heads": 3,
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": false
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": 512
23
+ }
24
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b66e005b1b55db116ce572f4c37011d295ddb1b345e2fa5112b2ff40417a8fce
3
+ size 25958809
runs/Aug01_20-21-13_6653943f4cd8/events.out.tfevents.1690921291.6653943f4cd8.324.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67cab46abf066afd116293d2780a7e25f8e7c3554c81c2b2c35802cec6fed40f
3
+ size 4732
runs/Aug01_20-23-00_6653943f4cd8/events.out.tfevents.1690921384.6653943f4cd8.324.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b117d90912757f8d751b3eea27aaab1e1e5f45fc6f0c85d99ddd0ea20652ce86
3
+ size 5360
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2aa646730129b740c7256094d4824457808907fb86ef67e60ab5a7d5f2ddc67b
3
+ size 3963