Training in progress, epoch 0
Browse files
config.json
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "dining",
|
21 |
+
"1": "exterior",
|
22 |
+
"2": "food_drinks",
|
23 |
+
"3": "interior",
|
24 |
+
"4": "others",
|
25 |
+
"5": "rooms",
|
26 |
+
"6": "swimming_pool",
|
27 |
+
"7": "washroom"
|
28 |
+
},
|
29 |
+
"image_size": 224,
|
30 |
+
"initializer_range": 0.02,
|
31 |
+
"label2id": {
|
32 |
+
"dining": 0,
|
33 |
+
"exterior": 1,
|
34 |
+
"food_drinks": 2,
|
35 |
+
"interior": 3,
|
36 |
+
"others": 4,
|
37 |
+
"rooms": 5,
|
38 |
+
"swimming_pool": 6,
|
39 |
+
"washroom": 7
|
40 |
+
},
|
41 |
+
"layer_norm_eps": 1e-05,
|
42 |
+
"mlp_ratio": 4.0,
|
43 |
+
"model_type": "swin",
|
44 |
+
"num_channels": 3,
|
45 |
+
"num_heads": [
|
46 |
+
3,
|
47 |
+
6,
|
48 |
+
12,
|
49 |
+
24
|
50 |
+
],
|
51 |
+
"num_layers": 4,
|
52 |
+
"out_features": [
|
53 |
+
"stage4"
|
54 |
+
],
|
55 |
+
"out_indices": [
|
56 |
+
4
|
57 |
+
],
|
58 |
+
"patch_size": 4,
|
59 |
+
"path_norm": true,
|
60 |
+
"problem_type": "single_label_classification",
|
61 |
+
"qkv_bias": true,
|
62 |
+
"stage_names": [
|
63 |
+
"stem",
|
64 |
+
"stage1",
|
65 |
+
"stage2",
|
66 |
+
"stage3",
|
67 |
+
"stage4"
|
68 |
+
],
|
69 |
+
"torch_dtype": "float32",
|
70 |
+
"transformers_version": "4.35.0",
|
71 |
+
"use_absolute_embeddings": false,
|
72 |
+
"window_size": 7
|
73 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5805806016c13a1587671a306184536e6c25bca867aeb7a287d17d15d7f054d
|
3 |
+
size 110361288
|
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 |
+
}
|
runs/Mar04_04-45-17_img-srch-kworker2/events.out.tfevents.1709507719.img-srch-kworker2.1847252.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2be41d2480887bc9eb9cc23529fc6b81b3c0a670861188a4f9ca64aea39aec5f
|
3 |
+
size 41107
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f871e926ca4bf06d18af1c80abd4abb9db60ed8598777a058222e346b9409d5e
|
3 |
+
size 4143
|