Training in progress, epoch 1
Browse files
config.json
CHANGED
@@ -33,16 +33,16 @@
|
|
33 |
"image_size": 224,
|
34 |
"initializer_range": 0.02,
|
35 |
"label2id": {
|
36 |
-
"AnnualCrop":
|
37 |
-
"Forest":
|
38 |
-
"HerbaceousVegetation":
|
39 |
-
"Highway":
|
40 |
-
"Industrial":
|
41 |
-
"Pasture":
|
42 |
-
"PermanentCrop":
|
43 |
-
"Residential":
|
44 |
-
"River":
|
45 |
-
"SeaLake":
|
46 |
},
|
47 |
"layer_norm_eps": 1e-06,
|
48 |
"layer_scale_init_value": 0.01,
|
|
|
33 |
"image_size": 224,
|
34 |
"initializer_range": 0.02,
|
35 |
"label2id": {
|
36 |
+
"AnnualCrop": 0,
|
37 |
+
"Forest": 1,
|
38 |
+
"HerbaceousVegetation": 2,
|
39 |
+
"Highway": 3,
|
40 |
+
"Industrial": 4,
|
41 |
+
"Pasture": 5,
|
42 |
+
"PermanentCrop": 6,
|
43 |
+
"Residential": 7,
|
44 |
+
"River": 8,
|
45 |
+
"SeaLake": 9
|
46 |
},
|
47 |
"layer_norm_eps": 1e-06,
|
48 |
"layer_scale_init_value": 0.01,
|
preprocessor_config.json
CHANGED
@@ -1,17 +1,18 @@
|
|
1 |
{
|
|
|
2 |
"do_normalize": true,
|
3 |
"do_resize": true,
|
4 |
-
"feature_extractor_type": "
|
5 |
"image_mean": [
|
6 |
-
0.
|
7 |
-
0.
|
8 |
-
0.
|
9 |
],
|
10 |
"image_std": [
|
11 |
-
0.
|
12 |
-
0.
|
13 |
-
0.
|
14 |
],
|
15 |
-
"resample":
|
16 |
"size": 224
|
17 |
}
|
|
|
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
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 104610457
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:63d2a1b893805eee6bdb680e4827ad77b73488235b3b3a9537cbaeaa8ae7edf2
|
3 |
size 104610457
|
runs/Apr12_15-14-18_a96d97eeb332/1649776601.3991203/events.out.tfevents.1649776601.a96d97eeb332.71.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:63b9221974fe3102e72ed31e9fc8cbbf0336a8983e15a156afc3a5837a606f53
|
3 |
+
size 4892
|
runs/Apr12_15-14-18_a96d97eeb332/events.out.tfevents.1649776601.a96d97eeb332.71.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aa36fca373f16da949dfdbf4be87b9a2fca1761132a929f3463158c002a1e24e
|
3 |
+
size 7154
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3119
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd39276cecad298fd59db41d31e8118cbe5ebd47637eecd4d7370ee520ba49d6
|
3 |
size 3119
|