ico1036 commited on
Commit
7c84c09
·
1 Parent(s): dc7dacd

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "annual crop",
21
+ "1": "forest",
22
+ "2": "herbaceous vegetation",
23
+ "3": "highway",
24
+ "4": "industrial",
25
+ "5": "pasture",
26
+ "6": "permanent crop",
27
+ "7": "residential",
28
+ "8": "river",
29
+ "9": "sea or lake"
30
+ },
31
+ "image_size": 224,
32
+ "initializer_range": 0.02,
33
+ "label2id": {
34
+ "annual crop": 0,
35
+ "forest": 1,
36
+ "herbaceous vegetation": 2,
37
+ "highway": 3,
38
+ "industrial": 4,
39
+ "pasture": 5,
40
+ "permanent crop": 6,
41
+ "residential": 7,
42
+ "river": 8,
43
+ "sea or lake": 9
44
+ },
45
+ "layer_norm_eps": 1e-05,
46
+ "mlp_ratio": 4.0,
47
+ "model_type": "swin",
48
+ "num_channels": 3,
49
+ "num_heads": [
50
+ 3,
51
+ 6,
52
+ 12,
53
+ 24
54
+ ],
55
+ "num_layers": 4,
56
+ "out_features": null,
57
+ "patch_size": 4,
58
+ "path_norm": true,
59
+ "problem_type": "single_label_classification",
60
+ "qkv_bias": true,
61
+ "stage_names": [
62
+ "stem",
63
+ "stage1",
64
+ "stage2",
65
+ "stage3",
66
+ "stage4"
67
+ ],
68
+ "torch_dtype": "float32",
69
+ "transformers_version": "4.26.1",
70
+ "use_absolute_embeddings": false,
71
+ "window_size": 7
72
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_rescale": true,
4
+ "do_resize": true,
5
+ "feature_extractor_type": "ViTFeatureExtractor",
6
+ "image_mean": [
7
+ 0.485,
8
+ 0.456,
9
+ 0.406
10
+ ],
11
+ "image_processor_type": "ViTFeatureExtractor",
12
+ "image_std": [
13
+ 0.229,
14
+ 0.224,
15
+ 0.225
16
+ ],
17
+ "resample": 3,
18
+ "rescale_factor": 0.00392156862745098,
19
+ "size": {
20
+ "height": 224,
21
+ "width": 224
22
+ }
23
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22a7fd993992e2e6bdcfab4cf43e394472689d2369bdb28d285df3ca96f4f7be
3
+ size 110416177
runs/Mar10_06-34-04_52452be0651a/1678430089.7367036/events.out.tfevents.1678430089.52452be0651a.136.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:611718a011c0e22f56aa7a943da5fe1ea1c686701de67aa0f737dd1266696f45
3
+ size 5758
runs/Mar10_06-34-04_52452be0651a/events.out.tfevents.1678430089.52452be0651a.136.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a55a327d280c2c60cb23cb7c0b372f145d82b0e62a92cf04c7da4427c788d009
3
+ size 7875
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7454298735b05f43de2817e4f5ee13a242f81b641e4a79f0f247636db88b0906
3
+ size 3579