mrm8488 commited on
Commit
5457a09
1 Parent(s): d4f43b9

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/convnext-tiny-224",
3
+ "architectures": [
4
+ "ConvNextForImageClassification"
5
+ ],
6
+ "depths": [
7
+ 3,
8
+ 3,
9
+ 9,
10
+ 3
11
+ ],
12
+ "drop_path_rate": 0.0,
13
+ "hidden_act": "gelu",
14
+ "hidden_sizes": [
15
+ 96,
16
+ 192,
17
+ 384,
18
+ 768
19
+ ],
20
+ "id2label": {
21
+ "0": "AnnualCrop",
22
+ "1": "Forest",
23
+ "2": "HerbaceousVegetation",
24
+ "3": "Highway",
25
+ "4": "Industrial",
26
+ "5": "Pasture",
27
+ "6": "PermanentCrop",
28
+ "7": "Residential",
29
+ "8": "River",
30
+ "9": "SeaLake"
31
+ },
32
+ "image_size": 224,
33
+ "initializer_range": 0.02,
34
+ "label2id": {
35
+ "AnnualCrop": 0,
36
+ "Forest": 1,
37
+ "HerbaceousVegetation": 2,
38
+ "Highway": 3,
39
+ "Industrial": 4,
40
+ "Pasture": 5,
41
+ "PermanentCrop": 6,
42
+ "Residential": 7,
43
+ "River": 8,
44
+ "SeaLake": 9
45
+ },
46
+ "layer_norm_eps": 1e-12,
47
+ "layer_scale_init_value": 1e-06,
48
+ "model_type": "convnext",
49
+ "num_channels": 3,
50
+ "num_stages": 4,
51
+ "patch_size": 4,
52
+ "problem_type": "single_label_classification",
53
+ "torch_dtype": "float32",
54
+ "transformers_version": "4.18.0"
55
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_pct": null,
3
+ "do_normalize": true,
4
+ "do_resize": "facebook/convnext-tiny-224",
5
+ "feature_extractor_type": "ConvNextFeatureExtractor",
6
+ "image_mean": [
7
+ 0.485,
8
+ 0.456,
9
+ 0.406
10
+ ],
11
+ "image_std": [
12
+ 0.229,
13
+ 0.224,
14
+ 0.225
15
+ ],
16
+ "resample": 3,
17
+ "size": 224
18
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e58434905c209f83ca3eaaf4944979134d51e7580b8a615a4769a4691a5d2af0
3
+ size 111371925
runs/Apr23_14-13-29_aa817355f378/1650723255.6652484/events.out.tfevents.1650723255.aa817355f378.71.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c003f8ca4cbf85d3cfeac8fd2fd26e80d4e8d57dee27dcf88b5038f7808abc41
3
+ size 4912
runs/Apr23_14-13-29_aa817355f378/events.out.tfevents.1650723255.aa817355f378.71.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b80a89d55cb4a3538226dce4e2c09665f71b718452a37c9b9c86212115681fe6
3
+ size 5496
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24192deea37e1be13cf5e61da95b2b94c11caaee0a65b5112a5a5541671e72e2
3
+ size 3119