Training in progress, step 500
Browse files
config.json
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "apple/mobilevit-xx-small",
|
3 |
+
"architectures": [
|
4 |
+
"MobileViTForImageClassification"
|
5 |
+
],
|
6 |
+
"aspp_dropout_prob": 0.1,
|
7 |
+
"aspp_out_channels": 256,
|
8 |
+
"atrous_rates": [
|
9 |
+
6,
|
10 |
+
12,
|
11 |
+
18
|
12 |
+
],
|
13 |
+
"attention_probs_dropout_prob": 0.0,
|
14 |
+
"classifier_dropout_prob": 0.1,
|
15 |
+
"conv_kernel_size": 3,
|
16 |
+
"expand_ratio": 2.0,
|
17 |
+
"hidden_act": "silu",
|
18 |
+
"hidden_dropout_prob": 0.05,
|
19 |
+
"hidden_sizes": [
|
20 |
+
64,
|
21 |
+
80,
|
22 |
+
96
|
23 |
+
],
|
24 |
+
"id2label": {
|
25 |
+
"0": "snowing",
|
26 |
+
"1": "raining",
|
27 |
+
"2": "sunny",
|
28 |
+
"3": "cloudy",
|
29 |
+
"4": "night",
|
30 |
+
"5": "snow_on_road",
|
31 |
+
"6": "partial_snow_on_road",
|
32 |
+
"7": "clear_pavement",
|
33 |
+
"8": "wet_pavement",
|
34 |
+
"9": "iced_lens"
|
35 |
+
},
|
36 |
+
"image_size": 256,
|
37 |
+
"initializer_range": 0.02,
|
38 |
+
"label2id": {
|
39 |
+
"clear_pavement": 7,
|
40 |
+
"cloudy": 3,
|
41 |
+
"iced_lens": 9,
|
42 |
+
"night": 4,
|
43 |
+
"partial_snow_on_road": 6,
|
44 |
+
"raining": 1,
|
45 |
+
"snow_on_road": 5,
|
46 |
+
"snowing": 0,
|
47 |
+
"sunny": 2,
|
48 |
+
"wet_pavement": 8
|
49 |
+
},
|
50 |
+
"layer_norm_eps": 1e-05,
|
51 |
+
"mlp_ratio": 2.0,
|
52 |
+
"model_type": "mobilevit",
|
53 |
+
"neck_hidden_sizes": [
|
54 |
+
16,
|
55 |
+
16,
|
56 |
+
24,
|
57 |
+
48,
|
58 |
+
64,
|
59 |
+
80,
|
60 |
+
320
|
61 |
+
],
|
62 |
+
"num_attention_heads": 4,
|
63 |
+
"num_channels": 3,
|
64 |
+
"output_stride": 32,
|
65 |
+
"patch_size": 2,
|
66 |
+
"problem_type": "multi_label_classification",
|
67 |
+
"qkv_bias": true,
|
68 |
+
"semantic_loss_ignore_index": 255,
|
69 |
+
"torch_dtype": "float32",
|
70 |
+
"transformers_version": "4.44.2"
|
71 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0502a923e62a288be3409da719190562d261ebc2ef3e9c31a009a195fb05687f
|
3 |
+
size 3879632
|
preprocessor_config.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_size": {
|
3 |
+
"height": 256,
|
4 |
+
"width": 256
|
5 |
+
},
|
6 |
+
"do_center_crop": true,
|
7 |
+
"do_flip_channel_order": true,
|
8 |
+
"do_flip_channels": true,
|
9 |
+
"do_rescale": true,
|
10 |
+
"do_resize": true,
|
11 |
+
"image_processor_type": "MobileViTImageProcessor",
|
12 |
+
"resample": 2,
|
13 |
+
"rescale_factor": 0.00392156862745098,
|
14 |
+
"size": {
|
15 |
+
"shortest_edge": 288
|
16 |
+
}
|
17 |
+
}
|
runs/Oct22_15-45-30_2ae384978577/events.out.tfevents.1729611948.2ae384978577.344.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b658f7e7d77d7fa2132213ddd6438e302a9a813df26ecd4b3daba770d919d370
|
3 |
+
size 18597
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a7c710fa7acdc6fe4c923a42965b77b9c6e3c74944d157dc4d977b7b621e2d3d
|
3 |
+
size 5240
|