Commit
·
eefd9eb
1
Parent(s):
5042383
Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +60 -0
- preprocessor_config.json +22 -0
- pytorch_model.bin +3 -0
- runs/Apr01_19-13-01_bc39ad5a7118/events.out.tfevents.1711998797.bc39ad5a7118.5027.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/swinv2-tiny-patch4-window8-256",
|
3 |
+
"architectures": [
|
4 |
+
"Swinv2ForImageClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"depths": [
|
8 |
+
2,
|
9 |
+
2,
|
10 |
+
6,
|
11 |
+
2
|
12 |
+
],
|
13 |
+
"drop_path_rate": 0.1,
|
14 |
+
"embed_dim": 96,
|
15 |
+
"encoder_stride": 32,
|
16 |
+
"hidden_act": "gelu",
|
17 |
+
"hidden_dropout_prob": 0.0,
|
18 |
+
"hidden_size": 768,
|
19 |
+
"id2label": {
|
20 |
+
"0": "a_noDR",
|
21 |
+
"1": "b_mildDR",
|
22 |
+
"2": "c_moderateDR",
|
23 |
+
"3": "d_severeDR",
|
24 |
+
"4": "e_proDR"
|
25 |
+
},
|
26 |
+
"image_size": 256,
|
27 |
+
"initializer_range": 0.02,
|
28 |
+
"label2id": {
|
29 |
+
"a_noDR": 0,
|
30 |
+
"b_mildDR": 1,
|
31 |
+
"c_moderateDR": 2,
|
32 |
+
"d_severeDR": 3,
|
33 |
+
"e_proDR": 4
|
34 |
+
},
|
35 |
+
"layer_norm_eps": 1e-05,
|
36 |
+
"mlp_ratio": 4.0,
|
37 |
+
"model_type": "swinv2",
|
38 |
+
"num_channels": 3,
|
39 |
+
"num_heads": [
|
40 |
+
3,
|
41 |
+
6,
|
42 |
+
12,
|
43 |
+
24
|
44 |
+
],
|
45 |
+
"num_layers": 4,
|
46 |
+
"patch_size": 4,
|
47 |
+
"path_norm": true,
|
48 |
+
"pretrained_window_sizes": [
|
49 |
+
0,
|
50 |
+
0,
|
51 |
+
0,
|
52 |
+
0
|
53 |
+
],
|
54 |
+
"problem_type": "single_label_classification",
|
55 |
+
"qkv_bias": true,
|
56 |
+
"torch_dtype": "float32",
|
57 |
+
"transformers_version": "4.30.0",
|
58 |
+
"use_absolute_embeddings": false,
|
59 |
+
"window_size": 8
|
60 |
+
}
|
preprocessor_config.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"do_rescale": true,
|
4 |
+
"do_resize": true,
|
5 |
+
"image_mean": [
|
6 |
+
0.485,
|
7 |
+
0.456,
|
8 |
+
0.406
|
9 |
+
],
|
10 |
+
"image_processor_type": "ViTImageProcessor",
|
11 |
+
"image_std": [
|
12 |
+
0.229,
|
13 |
+
0.224,
|
14 |
+
0.225
|
15 |
+
],
|
16 |
+
"resample": 3,
|
17 |
+
"rescale_factor": 0.00392156862745098,
|
18 |
+
"size": {
|
19 |
+
"height": 256,
|
20 |
+
"width": 256
|
21 |
+
}
|
22 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:54615d478f820afb4ca2519cc6a64c6a26dca66926e767c25413d6607280fa0b
|
3 |
+
size 110414814
|
runs/Apr01_19-13-01_bc39ad5a7118/events.out.tfevents.1711998797.bc39ad5a7118.5027.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:43c5b427322d1615fdf2c4008af38874395b2956ae0a2970f6e4788975e9964b
|
3 |
+
size 4840
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:12875304c93d440dfae475bfb161d5c8dfd4f1246a3684e4c56ee72b866b9b28
|
3 |
+
size 4472
|