Training in progress, epoch 0
Browse files
config.json
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": "\ubd84\ub178",
|
| 21 |
+
"1": "\uae30\uc068",
|
| 22 |
+
"2": "\ub2f9\ud669",
|
| 23 |
+
"3": "\uc2ac\ud514"
|
| 24 |
+
},
|
| 25 |
+
"image_size": 256,
|
| 26 |
+
"initializer_range": 0.02,
|
| 27 |
+
"label2id": {
|
| 28 |
+
"\uae30\uc068": "1",
|
| 29 |
+
"\ub2f9\ud669": "2",
|
| 30 |
+
"\ubd84\ub178": "0",
|
| 31 |
+
"\uc2ac\ud514": "3"
|
| 32 |
+
},
|
| 33 |
+
"layer_norm_eps": 1e-05,
|
| 34 |
+
"mlp_ratio": 4.0,
|
| 35 |
+
"model_type": "swinv2",
|
| 36 |
+
"num_channels": 3,
|
| 37 |
+
"num_heads": [
|
| 38 |
+
3,
|
| 39 |
+
6,
|
| 40 |
+
12,
|
| 41 |
+
24
|
| 42 |
+
],
|
| 43 |
+
"num_layers": 4,
|
| 44 |
+
"out_features": [
|
| 45 |
+
"stage4"
|
| 46 |
+
],
|
| 47 |
+
"out_indices": [
|
| 48 |
+
4
|
| 49 |
+
],
|
| 50 |
+
"patch_size": 4,
|
| 51 |
+
"path_norm": true,
|
| 52 |
+
"pretrained_window_sizes": [
|
| 53 |
+
0,
|
| 54 |
+
0,
|
| 55 |
+
0,
|
| 56 |
+
0
|
| 57 |
+
],
|
| 58 |
+
"problem_type": "single_label_classification",
|
| 59 |
+
"qkv_bias": true,
|
| 60 |
+
"stage_names": [
|
| 61 |
+
"stem",
|
| 62 |
+
"stage1",
|
| 63 |
+
"stage2",
|
| 64 |
+
"stage3",
|
| 65 |
+
"stage4"
|
| 66 |
+
],
|
| 67 |
+
"torch_dtype": "float32",
|
| 68 |
+
"transformers_version": "4.40.2",
|
| 69 |
+
"use_absolute_embeddings": false,
|
| 70 |
+
"window_size": 8
|
| 71 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fc57d910383cb06a1d0417afa0d96c7904660aab71347999d57347f4c42d2911
|
| 3 |
+
size 110356296
|
preprocessor_config.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_valid_processor_keys": [
|
| 3 |
+
"images",
|
| 4 |
+
"do_resize",
|
| 5 |
+
"size",
|
| 6 |
+
"resample",
|
| 7 |
+
"do_rescale",
|
| 8 |
+
"rescale_factor",
|
| 9 |
+
"do_normalize",
|
| 10 |
+
"image_mean",
|
| 11 |
+
"image_std",
|
| 12 |
+
"return_tensors",
|
| 13 |
+
"data_format",
|
| 14 |
+
"input_data_format"
|
| 15 |
+
],
|
| 16 |
+
"do_normalize": true,
|
| 17 |
+
"do_rescale": true,
|
| 18 |
+
"do_resize": true,
|
| 19 |
+
"image_mean": [
|
| 20 |
+
0.485,
|
| 21 |
+
0.456,
|
| 22 |
+
0.406
|
| 23 |
+
],
|
| 24 |
+
"image_processor_type": "ViTImageProcessor",
|
| 25 |
+
"image_std": [
|
| 26 |
+
0.229,
|
| 27 |
+
0.224,
|
| 28 |
+
0.225
|
| 29 |
+
],
|
| 30 |
+
"resample": 3,
|
| 31 |
+
"rescale_factor": 0.00392156862745098,
|
| 32 |
+
"size": {
|
| 33 |
+
"height": 256,
|
| 34 |
+
"width": 256
|
| 35 |
+
}
|
| 36 |
+
}
|
runs/May17_14-00-20_DESKTOP-2L4O0E9/events.out.tfevents.1715922480.DESKTOP-2L4O0E9.19356.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8f9d5cb06241d07b26abb319cdaf7fd3c4e58c91ee4d16215de907b0eed29149
|
| 3 |
+
size 17301
|
runs/May17_14-13-40_DESKTOP-2L4O0E9/events.out.tfevents.1715922829.DESKTOP-2L4O0E9.19356.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:806a7688c286440a2fd9efed84c3f15bd14a1c1cd9475d2a6e1c86657602dc77
|
| 3 |
+
size 9042
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:23934127385b1240a11ce9ec397acfc535e2db21b1ded7abf52befeb6f98652e
|
| 3 |
+
size 5048
|