Training in progress, epoch 1
Browse files
config.json
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/swin-base-patch4-window7-224",
|
3 |
+
"architectures": [
|
4 |
+
"SwinForImageClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"depths": [
|
8 |
+
2,
|
9 |
+
2,
|
10 |
+
18,
|
11 |
+
2
|
12 |
+
],
|
13 |
+
"drop_path_rate": 0.1,
|
14 |
+
"embed_dim": 128,
|
15 |
+
"encoder_stride": 32,
|
16 |
+
"hidden_act": "gelu",
|
17 |
+
"hidden_dropout_prob": 0.0,
|
18 |
+
"hidden_size": 1024,
|
19 |
+
"id2label": {
|
20 |
+
"0": "field",
|
21 |
+
"1": "forest",
|
22 |
+
"2": "grass",
|
23 |
+
"3": "industry",
|
24 |
+
"4": "parking",
|
25 |
+
"5": "resident",
|
26 |
+
"6": "river or lake"
|
27 |
+
},
|
28 |
+
"image_size": 224,
|
29 |
+
"initializer_range": 0.02,
|
30 |
+
"label2id": {
|
31 |
+
"field": "0",
|
32 |
+
"forest": "1",
|
33 |
+
"grass": "2",
|
34 |
+
"industry": "3",
|
35 |
+
"parking": "4",
|
36 |
+
"resident": "5",
|
37 |
+
"river or lake": "6"
|
38 |
+
},
|
39 |
+
"layer_norm_eps": 1e-05,
|
40 |
+
"mlp_ratio": 4.0,
|
41 |
+
"model_type": "swin",
|
42 |
+
"num_channels": 3,
|
43 |
+
"num_heads": [
|
44 |
+
4,
|
45 |
+
8,
|
46 |
+
16,
|
47 |
+
32
|
48 |
+
],
|
49 |
+
"num_layers": 4,
|
50 |
+
"out_features": [
|
51 |
+
"stage4"
|
52 |
+
],
|
53 |
+
"out_indices": [
|
54 |
+
4
|
55 |
+
],
|
56 |
+
"patch_size": 4,
|
57 |
+
"path_norm": true,
|
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.41.2",
|
69 |
+
"use_absolute_embeddings": false,
|
70 |
+
"window_size": 7
|
71 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0a74755087dd24b27777cfefcfef9040debc4916c7bc856df70d234dd97edbbe
|
3 |
+
size 347519316
|
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": "ViTFeatureExtractor",
|
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": 224,
|
34 |
+
"width": 224
|
35 |
+
}
|
36 |
+
}
|
runs/Jun14_08-23-46_2a32240208ad/events.out.tfevents.1718353559.2a32240208ad.845.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ddd173d4208b69de03fbd62bea92c361acc08937f3996c56c93dad89f62fae07
|
3 |
+
size 6357
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aea22817995039b11e53d2ada494ca856ddb85033bb91eb6f94cb017ee81a815
|
3 |
+
size 5112
|