Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +55 -0
- preprocessor_config.json +18 -0
- pytorch_model.bin +3 -0
- runs/Apr12_12-03-24_1ad162e1ead9/1649765069.7947767/events.out.tfevents.1649765069.1ad162e1ead9.73.1 +3 -0
- runs/Apr12_12-03-24_1ad162e1ead9/1649765133.7513537/events.out.tfevents.1649765133.1ad162e1ead9.73.3 +3 -0
- runs/Apr12_12-03-24_1ad162e1ead9/1649765159.5366354/events.out.tfevents.1649765159.1ad162e1ead9.73.5 +3 -0
- runs/Apr12_12-03-24_1ad162e1ead9/events.out.tfevents.1649765069.1ad162e1ead9.73.0 +3 -0
- runs/Apr12_12-03-24_1ad162e1ead9/events.out.tfevents.1649765133.1ad162e1ead9.73.2 +3 -0
- runs/Apr12_12-03-24_1ad162e1ead9/events.out.tfevents.1649765159.1ad162e1ead9.73.4 +3 -0
- training_args.bin +3 -0
.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": 0.875,
|
3 |
+
"do_normalize": true,
|
4 |
+
"do_resize": true,
|
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:e153a222896aeaa6ce40ec90764cb8a42d63ac57d3856f8544f54b284ff08e3e
|
3 |
+
size 111371925
|
runs/Apr12_12-03-24_1ad162e1ead9/1649765069.7947767/events.out.tfevents.1649765069.1ad162e1ead9.73.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b1f935aeba2f7b7c18016ca0b105a4e977a09bee29e53ff00ccd1c290ee62c2
|
3 |
+
size 4943
|
runs/Apr12_12-03-24_1ad162e1ead9/1649765133.7513537/events.out.tfevents.1649765133.1ad162e1ead9.73.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5d6ea44fba8190d7912f3b68e369cdd6633ccf36a0dc51830da84ef55bcf94c2
|
3 |
+
size 4943
|
runs/Apr12_12-03-24_1ad162e1ead9/1649765159.5366354/events.out.tfevents.1649765159.1ad162e1ead9.73.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6bc47736665ebf38babf08ba89a6e4827f23b97d5841664c7a7fc4b9c12e497c
|
3 |
+
size 4943
|
runs/Apr12_12-03-24_1ad162e1ead9/events.out.tfevents.1649765069.1ad162e1ead9.73.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb71ab83f14a51f3986b7ec183840c29c8f3834f86a6b09e180b89de57c28536
|
3 |
+
size 3805
|
runs/Apr12_12-03-24_1ad162e1ead9/events.out.tfevents.1649765133.1ad162e1ead9.73.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8b47cba63b75458c57501d2a0d0ef74a4fc8457daa3bcd87544b9169168093db
|
3 |
+
size 3805
|
runs/Apr12_12-03-24_1ad162e1ead9/events.out.tfevents.1649765159.1ad162e1ead9.73.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:38a068e30d4a9fdcfe194713e303e42846ce3c3fcb3f464e0977a220f7646e67
|
3 |
+
size 7075
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb24ebd8883d6970a89dcf46398218e11fbc42ad95e8f815ebc8955741ffa9d2
|
3 |
+
size 3119
|