synergyai-jaeung commited on
Commit
5bf993a
1 Parent(s): 6701a45

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "AnnualCrop",
21
+ "1": "Forest",
22
+ "2": "HerbaceousVegetation",
23
+ "3": "Highway",
24
+ "4": "Industrial",
25
+ "5": "Pasture",
26
+ "6": "PermanentCrop",
27
+ "7": "Residential",
28
+ "8": "River",
29
+ "9": "SeaLake"
30
+ },
31
+ "image_size": 224,
32
+ "initializer_range": 0.02,
33
+ "label2id": {
34
+ "AnnualCrop": 0,
35
+ "Forest": 1,
36
+ "HerbaceousVegetation": 2,
37
+ "Highway": 3,
38
+ "Industrial": 4,
39
+ "Pasture": 5,
40
+ "PermanentCrop": 6,
41
+ "Residential": 7,
42
+ "River": 8,
43
+ "SeaLake": 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": [
57
+ "stage4"
58
+ ],
59
+ "out_indices": [
60
+ 4
61
+ ],
62
+ "patch_size": 4,
63
+ "path_norm": true,
64
+ "problem_type": "single_label_classification",
65
+ "qkv_bias": true,
66
+ "stage_names": [
67
+ "stem",
68
+ "stage1",
69
+ "stage2",
70
+ "stage3",
71
+ "stage4"
72
+ ],
73
+ "torch_dtype": "float32",
74
+ "transformers_version": "4.41.1",
75
+ "use_absolute_embeddings": false,
76
+ "window_size": 7
77
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66667d4a37339b043eb0bee6f9866d3ec29329b8ac914868bdf1059dbc96e418
3
+ size 110367448
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": "ViTImageProcessor",
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/May27_13-54-12_RTX3090/events.out.tfevents.1716786262.RTX3090.3985672.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eeda66ff0813ffead83ba66f88cf6e810ed36daf3aed8f8736421b29806ac158
3
+ size 7505
runs/May27_13-54-12_RTX3090/events.out.tfevents.1716786432.RTX3090.3985672.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3e85a4381ee7274184b56afba7e0eaee57adb1b0c8ccab6364e7d430d235abd
3
+ size 7554
runs/May27_13-54-12_RTX3090/events.out.tfevents.1716786608.RTX3090.3985672.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8215e8a5efee99658f8baa65bdfeaae4190777ebf7304d4fbe11b55357e67c12
3
+ size 7554
runs/May27_13-54-12_RTX3090/events.out.tfevents.1716786839.RTX3090.3985672.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9acbf3bffcedf3471ad76be8a5a5d8551cc871bbcccc694ba8a9dad3aca994d6
3
+ size 7554
runs/May27_13-54-12_RTX3090/events.out.tfevents.1716787077.RTX3090.3985672.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77b90df36f573f394c10658ba3d9a2f781243028eed16d1bf6bff7f1204aaacb
3
+ size 7554
runs/May27_13-54-12_RTX3090/events.out.tfevents.1716787440.RTX3090.3985672.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:086d1b1f83be64b761c0b349f5a0c7532177d08d3925e873137bcee432313e45
3
+ size 7554
runs/May27_13-54-12_RTX3090/events.out.tfevents.1716787926.RTX3090.3985672.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9e2cbd68d5b797b787d384fd64eadea6037c7c7f916fdadd3cd0526bbabddeb
3
+ size 7554
runs/May27_13-54-12_RTX3090/events.out.tfevents.1716788053.RTX3090.3985672.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63b29f8586ddf84d3fd341bdeb9a48ac9d8a38bf50fd8ee8c34e76f1d45a8cce
3
+ size 7347
runs/May27_14-38-19_RTX3090/events.out.tfevents.1716788309.RTX3090.4109398.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b2a0bef928ef55ed45996e0680806572b1cb94a42d5c356efb3c669ff5b19ec
3
+ size 7867
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a4f964f5bf9de83c32460f8c006e3ce720c6b0f0e6aa0a8d18c2d8f32618315
3
+ size 4731