huyentls1114
commited on
Commit
•
2c8ca31
1
Parent(s):
495c999
Training in progress, epoch 0
Browse files
config.json
ADDED
@@ -0,0 +1,121 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "apple/mobilevitv2-1.0-imagenet1k-256",
|
3 |
+
"architectures": [
|
4 |
+
"MobileViTV2ForImageClassification"
|
5 |
+
],
|
6 |
+
"aspp_dropout_prob": 0.1,
|
7 |
+
"aspp_out_channels": 512,
|
8 |
+
"atrous_rates": [
|
9 |
+
6,
|
10 |
+
12,
|
11 |
+
18
|
12 |
+
],
|
13 |
+
"attn_dropout": 0.0,
|
14 |
+
"base_attn_unit_dims": [
|
15 |
+
128,
|
16 |
+
192,
|
17 |
+
256
|
18 |
+
],
|
19 |
+
"classifier_dropout_prob": 0.1,
|
20 |
+
"conv_kernel_size": 3,
|
21 |
+
"expand_ratio": 2.0,
|
22 |
+
"ffn_dropout": 0.0,
|
23 |
+
"ffn_multiplier": 2,
|
24 |
+
"hidden_act": "swish",
|
25 |
+
"id2label": {
|
26 |
+
"0": "attic_door",
|
27 |
+
"1": "bi-fold_door",
|
28 |
+
"2": "bi-fold_door_double",
|
29 |
+
"3": "bi-fold_glass_door",
|
30 |
+
"4": "bi-fold_glass_door_double",
|
31 |
+
"5": "casement_diamond_window",
|
32 |
+
"6": "casement_round_window",
|
33 |
+
"7": "casement_window",
|
34 |
+
"8": "concern",
|
35 |
+
"9": "door_opening",
|
36 |
+
"10": "door_opening_arch",
|
37 |
+
"11": "double_hung_window",
|
38 |
+
"12": "elevator_door",
|
39 |
+
"13": "exterior_door",
|
40 |
+
"14": "exterior_door_double",
|
41 |
+
"15": "exterior_glass_door",
|
42 |
+
"16": "exterior_glass_door_double",
|
43 |
+
"17": "fixed_arch_window",
|
44 |
+
"18": "fixed_diamond_window",
|
45 |
+
"19": "fixed_round_window",
|
46 |
+
"20": "fixed_sloping_left_window",
|
47 |
+
"21": "fixed_sloping_right_window",
|
48 |
+
"22": "fixed_windows",
|
49 |
+
"23": "french_door",
|
50 |
+
"24": "french_glass_door",
|
51 |
+
"25": "garage_door",
|
52 |
+
"26": "garage_door_double",
|
53 |
+
"27": "interior_door",
|
54 |
+
"28": "interior_glass_door",
|
55 |
+
"29": "interior_glass_door_double",
|
56 |
+
"30": "patio_door",
|
57 |
+
"31": "pocket_door",
|
58 |
+
"32": "pocket_door_double",
|
59 |
+
"33": "sauna_door",
|
60 |
+
"34": "sauna_glass_door",
|
61 |
+
"35": "sliding_door_double",
|
62 |
+
"36": "sliding_window"
|
63 |
+
},
|
64 |
+
"image_size": 256,
|
65 |
+
"initializer_range": 0.02,
|
66 |
+
"label2id": {
|
67 |
+
"attic_door": 0,
|
68 |
+
"bi-fold_door": 1,
|
69 |
+
"bi-fold_door_double": 2,
|
70 |
+
"bi-fold_glass_door": 3,
|
71 |
+
"bi-fold_glass_door_double": 4,
|
72 |
+
"casement_diamond_window": 5,
|
73 |
+
"casement_round_window": 6,
|
74 |
+
"casement_window": 7,
|
75 |
+
"concern": 8,
|
76 |
+
"door_opening": 9,
|
77 |
+
"door_opening_arch": 10,
|
78 |
+
"double_hung_window": 11,
|
79 |
+
"elevator_door": 12,
|
80 |
+
"exterior_door": 13,
|
81 |
+
"exterior_door_double": 14,
|
82 |
+
"exterior_glass_door": 15,
|
83 |
+
"exterior_glass_door_double": 16,
|
84 |
+
"fixed_arch_window": 17,
|
85 |
+
"fixed_diamond_window": 18,
|
86 |
+
"fixed_round_window": 19,
|
87 |
+
"fixed_sloping_left_window": 20,
|
88 |
+
"fixed_sloping_right_window": 21,
|
89 |
+
"fixed_windows": 22,
|
90 |
+
"french_door": 23,
|
91 |
+
"french_glass_door": 24,
|
92 |
+
"garage_door": 25,
|
93 |
+
"garage_door_double": 26,
|
94 |
+
"interior_door": 27,
|
95 |
+
"interior_glass_door": 28,
|
96 |
+
"interior_glass_door_double": 29,
|
97 |
+
"patio_door": 30,
|
98 |
+
"pocket_door": 31,
|
99 |
+
"pocket_door_double": 32,
|
100 |
+
"sauna_door": 33,
|
101 |
+
"sauna_glass_door": 34,
|
102 |
+
"sliding_door_double": 35,
|
103 |
+
"sliding_window": 36
|
104 |
+
},
|
105 |
+
"layer_norm_eps": 1e-05,
|
106 |
+
"mlp_ratio": 2.0,
|
107 |
+
"model_type": "mobilevitv2",
|
108 |
+
"n_attn_blocks": [
|
109 |
+
2,
|
110 |
+
4,
|
111 |
+
3
|
112 |
+
],
|
113 |
+
"num_channels": 3,
|
114 |
+
"output_stride": 32,
|
115 |
+
"patch_size": 2,
|
116 |
+
"problem_type": "single_label_classification",
|
117 |
+
"semantic_loss_ignore_index": 255,
|
118 |
+
"torch_dtype": "float32",
|
119 |
+
"transformers_version": "4.37.0",
|
120 |
+
"width_multiplier": 1.0
|
121 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4fad29d8982874888ebdf9f685ad5556e1ff46ef2b1b8f8270425275bf71d613
|
3 |
+
size 17730936
|
preprocessor_config.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_size": {
|
3 |
+
"height": 256,
|
4 |
+
"width": 256
|
5 |
+
},
|
6 |
+
"do_center_crop": true,
|
7 |
+
"do_flip_channel_order": true,
|
8 |
+
"do_rescale": true,
|
9 |
+
"do_resize": true,
|
10 |
+
"image_processor_type": "MobileViTImageProcessor",
|
11 |
+
"resample": 2,
|
12 |
+
"rescale_factor": 0.00392156862745098,
|
13 |
+
"size": {
|
14 |
+
"shortest_edge": 288
|
15 |
+
}
|
16 |
+
}
|
runs/Feb05_14-13-40_077459ceb44c/events.out.tfevents.1707142433.077459ceb44c.34.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a12222e804dde5ecc0cb7162ee72ba081fc8cb32972793a99de44fbaa7ea450c
|
3 |
+
size 7505
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3ab0e92335589faf7fd28218df8b1b7d2ce0f67d20199844eccf411fd67b1c87
|
3 |
+
size 4792
|