Training in progress, step 871
Browse files- .gitignore +1 -0
- config.json +44 -0
- preprocessor_config.json +24 -0
- pytorch_model.bin +3 -0
- runs/Aug05_16-59-24_0c3b3a177dd8/events.out.tfevents.1691254777.0c3b3a177dd8.530.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "axial-MRI",
|
19 |
+
"1": "negative",
|
20 |
+
"2": "positive"
|
21 |
+
},
|
22 |
+
"image_size": [
|
23 |
+
512,
|
24 |
+
864
|
25 |
+
],
|
26 |
+
"initializer_range": 0.02,
|
27 |
+
"intermediate_size": 1536,
|
28 |
+
"label2id": {
|
29 |
+
"axial-MRI": 0,
|
30 |
+
"negative": 1,
|
31 |
+
"positive": 2
|
32 |
+
},
|
33 |
+
"layer_norm_eps": 1e-12,
|
34 |
+
"model_type": "yolos",
|
35 |
+
"num_attention_heads": 6,
|
36 |
+
"num_channels": 3,
|
37 |
+
"num_detection_tokens": 100,
|
38 |
+
"num_hidden_layers": 12,
|
39 |
+
"patch_size": 16,
|
40 |
+
"qkv_bias": true,
|
41 |
+
"torch_dtype": "float32",
|
42 |
+
"transformers_version": "4.31.0",
|
43 |
+
"use_mid_position_embeddings": true
|
44 |
+
}
|
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:2ae960b37487c4c2f46ddb9b5851bef6a3c89290c1ceb36e03ff6a9b816a663b
|
3 |
+
size 122675485
|
runs/Aug05_16-59-24_0c3b3a177dd8/events.out.tfevents.1691254777.0c3b3a177dd8.530.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:08f8f2ddc103f6934e5d5729f269ab71b9331d85f02f9e8389495fe1527465b5
|
3 |
+
size 14308
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ad52e1ceb934c7f8325acac0fbeb5b79cd8745541b98a3c77fb2cc313f5becc
|
3 |
+
size 3963
|