Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +67 -0
- preprocessor_config.json +22 -0
- pytorch_model.bin +3 -0
- runs/Aug19_05-51-45_4336bf70322e/1692424439.0662966/events.out.tfevents.1692424439.4336bf70322e.2938.1 +3 -0
- runs/Aug19_05-51-45_4336bf70322e/events.out.tfevents.1692424439.4336bf70322e.2938.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/swin-tiny-patch4-window7-224",
|
3 |
+
"architectures": [
|
4 |
+
"SwinForImageClassification"
|
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": "Actinic keratosis",
|
21 |
+
"1": "Benign keratosis",
|
22 |
+
"2": "Dermatofibroma",
|
23 |
+
"3": "Melanocytic nevus",
|
24 |
+
"4": "Vascular lesion"
|
25 |
+
},
|
26 |
+
"image_size": 224,
|
27 |
+
"initializer_range": 0.02,
|
28 |
+
"label2id": {
|
29 |
+
"Actinic keratosis": 0,
|
30 |
+
"Benign keratosis": 1,
|
31 |
+
"Dermatofibroma": 2,
|
32 |
+
"Melanocytic nevus": 3,
|
33 |
+
"Vascular lesion": 4
|
34 |
+
},
|
35 |
+
"layer_norm_eps": 1e-05,
|
36 |
+
"mlp_ratio": 4.0,
|
37 |
+
"model_type": "swin",
|
38 |
+
"num_channels": 3,
|
39 |
+
"num_heads": [
|
40 |
+
3,
|
41 |
+
6,
|
42 |
+
12,
|
43 |
+
24
|
44 |
+
],
|
45 |
+
"num_layers": 4,
|
46 |
+
"out_features": [
|
47 |
+
"stage4"
|
48 |
+
],
|
49 |
+
"out_indices": [
|
50 |
+
4
|
51 |
+
],
|
52 |
+
"patch_size": 4,
|
53 |
+
"path_norm": true,
|
54 |
+
"problem_type": "single_label_classification",
|
55 |
+
"qkv_bias": true,
|
56 |
+
"stage_names": [
|
57 |
+
"stem",
|
58 |
+
"stage1",
|
59 |
+
"stage2",
|
60 |
+
"stage3",
|
61 |
+
"stage4"
|
62 |
+
],
|
63 |
+
"torch_dtype": "float32",
|
64 |
+
"transformers_version": "4.28.0",
|
65 |
+
"use_absolute_embeddings": false,
|
66 |
+
"window_size": 7
|
67 |
+
}
|
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": 224,
|
20 |
+
"width": 224
|
21 |
+
}
|
22 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7e44dca17e4e682416d8dc5d00d1e30ead9a28ad41787674e15394c1f0923f9a
|
3 |
+
size 110404081
|
runs/Aug19_05-51-45_4336bf70322e/1692424439.0662966/events.out.tfevents.1692424439.4336bf70322e.2938.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ff6872aae21e180c1b3ab5900b14455a6b14ec0fd25c3398c017ee2f894872aa
|
3 |
+
size 5979
|
runs/Aug19_05-51-45_4336bf70322e/events.out.tfevents.1692424439.4336bf70322e.2938.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:17f93408807ce3e5231239fbcd8b81994cfba7accf6271cff458f245889c65c7
|
3 |
+
size 5148
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c80a19f72db30175b87397647c302bb7fcb0a276f94c9b448e42423ec74b6abf
|
3 |
+
size 3643
|