Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +77 -0
- preprocessor_config.json +22 -0
- pytorch_model.bin +3 -0
- runs/Jun01_22-12-26_apeach/1685628289.1405382/events.out.tfevents.1685628289.apeach.17072.1 +3 -0
- runs/Jun01_22-12-26_apeach/1685628344.2733648/events.out.tfevents.1685628344.apeach.17072.2 +3 -0
- runs/Jun01_22-12-26_apeach/1685628376.2154799/events.out.tfevents.1685628376.apeach.17072.3 +3 -0
- runs/Jun01_22-12-26_apeach/1685628495.284579/events.out.tfevents.1685628495.apeach.17072.4 +3 -0
- runs/Jun01_22-12-26_apeach/1685628521.8551161/events.out.tfevents.1685628521.apeach.17072.6 +3 -0
- runs/Jun01_22-12-26_apeach/events.out.tfevents.1685628289.apeach.17072.0 +3 -0
- runs/Jun01_22-12-26_apeach/events.out.tfevents.1685628521.apeach.17072.5 +3 -0
- runs/Jun01_23-10-13_apeach/1685628620.7088037/events.out.tfevents.1685628620.apeach.52306.1 +3 -0
- runs/Jun01_23-10-13_apeach/events.out.tfevents.1685628620.apeach.52306.0 +3 -0
- runs/Jun01_23-37-43_apeach/1685630271.3593023/events.out.tfevents.1685630271.apeach.105033.1 +3 -0
- runs/Jun01_23-37-43_apeach/events.out.tfevents.1685630271.apeach.105033.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "airplane",
|
21 |
+
"1": "automobile",
|
22 |
+
"2": "bird",
|
23 |
+
"3": "cat",
|
24 |
+
"4": "deer",
|
25 |
+
"5": "dog",
|
26 |
+
"6": "frog",
|
27 |
+
"7": "horse",
|
28 |
+
"8": "ship",
|
29 |
+
"9": "truck"
|
30 |
+
},
|
31 |
+
"image_size": 224,
|
32 |
+
"initializer_range": 0.02,
|
33 |
+
"label2id": {
|
34 |
+
"airplane": 0,
|
35 |
+
"automobile": 1,
|
36 |
+
"bird": 2,
|
37 |
+
"cat": 3,
|
38 |
+
"deer": 4,
|
39 |
+
"dog": 5,
|
40 |
+
"frog": 6,
|
41 |
+
"horse": 7,
|
42 |
+
"ship": 8,
|
43 |
+
"truck": 9
|
44 |
+
},
|
45 |
+
"layer_norm_eps": 1e-05,
|
46 |
+
"mlp_ratio": 4.0,
|
47 |
+
"model_type": "swin",
|
48 |
+
"num_channels": 3,
|
49 |
+
"num_heads": [
|
50 |
+
3,
|
51 |
+
6,
|
52 |
+
12,
|
53 |
+
24
|
54 |
+
],
|
55 |
+
"num_layers": 4,
|
56 |
+
"out_features": [
|
57 |
+
"stage4"
|
58 |
+
],
|
59 |
+
"out_indices": [
|
60 |
+
4
|
61 |
+
],
|
62 |
+
"patch_size": 4,
|
63 |
+
"path_norm": true,
|
64 |
+
"problem_type": "single_label_classification",
|
65 |
+
"qkv_bias": true,
|
66 |
+
"stage_names": [
|
67 |
+
"stem",
|
68 |
+
"stage1",
|
69 |
+
"stage2",
|
70 |
+
"stage3",
|
71 |
+
"stage4"
|
72 |
+
],
|
73 |
+
"torch_dtype": "float32",
|
74 |
+
"transformers_version": "4.28.0",
|
75 |
+
"use_absolute_embeddings": false,
|
76 |
+
"window_size": 7
|
77 |
+
}
|
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:a5ed06b06f7034830e2ab24c6cb9d4b86da6ad00434cdf531ffb95e140c015a6
|
3 |
+
size 110419441
|
runs/Jun01_22-12-26_apeach/1685628289.1405382/events.out.tfevents.1685628289.apeach.17072.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:266f7053bcaa7802b1d65e2437e22f8037905f67532a120c32766fb46cb066bd
|
3 |
+
size 5910
|
runs/Jun01_22-12-26_apeach/1685628344.2733648/events.out.tfevents.1685628344.apeach.17072.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd927425b3b254c1948f0a2c0d69391ddf9a03bc4dc1ef4bc5bd82a6991868ca
|
3 |
+
size 5910
|
runs/Jun01_22-12-26_apeach/1685628376.2154799/events.out.tfevents.1685628376.apeach.17072.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1d799b9cc2b58ce471d151313f92d81273ab018fab09145fb3ef1e4ad555d6d3
|
3 |
+
size 5910
|
runs/Jun01_22-12-26_apeach/1685628495.284579/events.out.tfevents.1685628495.apeach.17072.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4785bf3af2aa4c57cb0b713bd520440e14a3aaf2c6971e6b254de7e2543619f2
|
3 |
+
size 5910
|
runs/Jun01_22-12-26_apeach/1685628521.8551161/events.out.tfevents.1685628521.apeach.17072.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b3ffc7f41ab83ac5986f95704b1e2f832a23c58d85adc789983d1c5f72d7454
|
3 |
+
size 5910
|
runs/Jun01_22-12-26_apeach/events.out.tfevents.1685628289.apeach.17072.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d6e47dc6add54ebe42c7b90d7f2b13539675544b6267f51e688adfc04f89ab8f
|
3 |
+
size 18560
|
runs/Jun01_22-12-26_apeach/events.out.tfevents.1685628521.apeach.17072.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dabf5964f84c982f34f7415b2cbac97fce4bf621a67639fef4c51f101a470215
|
3 |
+
size 5132
|
runs/Jun01_23-10-13_apeach/1685628620.7088037/events.out.tfevents.1685628620.apeach.52306.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c9eede1a59c3aec6958a8803c7c91c5e8450333d0def76f2624122bf76953d8
|
3 |
+
size 5910
|
runs/Jun01_23-10-13_apeach/events.out.tfevents.1685628620.apeach.52306.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a4e2a4f50b0058b44e15a0ec10ef62d17bbb1fe2d48313aef5b7ac5d57954efc
|
3 |
+
size 5902
|
runs/Jun01_23-37-43_apeach/1685630271.3593023/events.out.tfevents.1685630271.apeach.105033.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:01b8a870d27f884aed6c61aa333c5d413fa12ce41e61ee24637fab0c2270bb8b
|
3 |
+
size 5910
|
runs/Jun01_23-37-43_apeach/events.out.tfevents.1685630271.apeach.105033.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:97e2afa0367e80ee0981f6a4859873fcba0e7cd81bf4a14959db4f6881a9d045
|
3 |
+
size 6219
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e0bdfb5ae6ec7c4e68a398221ac452f40c19bd5d705973101e96f080f66b388
|
3 |
+
size 3643
|