saad2xi commited on
Commit
a3293c8
1 Parent(s): 73141b8

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": "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": 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.0",
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:354524e9060f9373575d03c68984221ac6d6b620ed032cd7e88b3d3c7643731e
3
+ size 110419441
runs/Jan27_23-22-01_bac60459febd/1674879919.3125348/events.out.tfevents.1674879919.bac60459febd.20562.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f100fd52dbc11d477942d0af900d533741a06ed598b4ee4055dd6a630a852806
3
+ size 5758
runs/Jan27_23-22-01_bac60459febd/1674880035.4732502/events.out.tfevents.1674880035.bac60459febd.20562.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d083726384f50763dbdb1ead8aed82aa3e858bbc7c2f3b697ec65af232f4e76
3
+ size 5758
runs/Jan27_23-22-01_bac60459febd/events.out.tfevents.1674879919.bac60459febd.20562.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24d4c2907aa14919da3d3b47cb7ce709da598bce79b86ec767c4fe3a163fea0b
3
+ size 9142
runs/Jan28_01-08-45_bac60459febd/1674886151.9419994/events.out.tfevents.1674886151.bac60459febd.27902.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1046fe0f7b6fa6539c3e0f8377a5162f419b1e55cd20532cd32caa47bf9d4ae6
3
+ size 5758
runs/Jan28_01-08-45_bac60459febd/events.out.tfevents.1674886151.bac60459febd.27902.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9938ad11b2fd2c36dfdf6755bfe664219567de7bb8eb666ae18d40b18cce76a
3
+ size 4136
runs/Jan28_01-12-10_bac60459febd/1674886345.240291/events.out.tfevents.1674886345.bac60459febd.16295.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23d567804b155ff6f7d7bc5d83b46c81f3e9061e2259685ef36815d2213ee86e
3
+ size 5758
runs/Jan28_01-12-10_bac60459febd/events.out.tfevents.1674886345.bac60459febd.16295.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de5191b4bd2cb6aebf568f167ac9acfc737b95d803d62a16382a1cd0e854afca
3
+ size 7538
runs/Jan28_01-22-12_bac60459febd/1674886954.5075812/events.out.tfevents.1674886954.bac60459febd.21043.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6de30f5202231ad33c8e0be8d7b393d984de912e231d98f9ed78563d4405d56f
3
+ size 5758
runs/Jan28_01-22-12_bac60459febd/events.out.tfevents.1674886954.bac60459febd.21043.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d98816ca0b6fde92850d33eff0b48ac1cbc04843082299bc387b31eff1672d12
3
+ size 7861
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca0cd52c2a315510950373327b5f59a0143f723b19a7111d2977c248818d5800
3
+ size 3579