robertlayton
commited on
Commit
•
2c043c4
1
Parent(s):
383ac09
Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +55 -0
- preprocessor_config.json +23 -0
- pytorch_model.bin +3 -0
- runs/Dec10_09-26-29_jupyter-robert-40pythoncharmers-2ecom/1670664401.4356933/events.out.tfevents.1670664401.jupyter-robert-40pythoncharmers-2ecom.793.1 +3 -0
- runs/Dec10_09-26-29_jupyter-robert-40pythoncharmers-2ecom/events.out.tfevents.1670664401.jupyter-robert-40pythoncharmers-2ecom.793.0 +3 -0
- runs/Dec10_09-28-59_jupyter-robert-40pythoncharmers-2ecom/1670664550.019542/events.out.tfevents.1670664550.jupyter-robert-40pythoncharmers-2ecom.901.1 +3 -0
- runs/Dec10_09-28-59_jupyter-robert-40pythoncharmers-2ecom/events.out.tfevents.1670664550.jupyter-robert-40pythoncharmers-2ecom.901.0 +3 -0
- runs/Dec10_22-52-36_jupyter-robert-40pythoncharmers-2ecom/1670712764.3964124/events.out.tfevents.1670712764.jupyter-robert-40pythoncharmers-2ecom.123.1 +3 -0
- runs/Dec10_22-52-36_jupyter-robert-40pythoncharmers-2ecom/events.out.tfevents.1670712764.jupyter-robert-40pythoncharmers-2ecom.123.0 +3 -0
- runs/Dec10_22-54-43_jupyter-robert-40pythoncharmers-2ecom/1670712889.6342487/events.out.tfevents.1670712889.jupyter-robert-40pythoncharmers-2ecom.212.1 +3 -0
- runs/Dec10_22-54-43_jupyter-robert-40pythoncharmers-2ecom/events.out.tfevents.1670712889.jupyter-robert-40pythoncharmers-2ecom.212.0 +3 -0
- runs/Dec10_23-11-23_jupyter-robert-40pythoncharmers-2ecom/1670713892.9545898/events.out.tfevents.1670713892.jupyter-robert-40pythoncharmers-2ecom.212.3 +3 -0
- runs/Dec10_23-11-23_jupyter-robert-40pythoncharmers-2ecom/events.out.tfevents.1670713892.jupyter-robert-40pythoncharmers-2ecom.212.2 +3 -0
- runs/Dec10_23-29-01_jupyter-robert-40pythoncharmers-2ecom/1670714945.8684492/events.out.tfevents.1670714945.jupyter-robert-40pythoncharmers-2ecom.212.5 +3 -0
- runs/Dec10_23-29-01_jupyter-robert-40pythoncharmers-2ecom/events.out.tfevents.1670714945.jupyter-robert-40pythoncharmers-2ecom.212.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.25.1"
|
55 |
+
}
|
preprocessor_config.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_pct": 0.875,
|
3 |
+
"do_normalize": true,
|
4 |
+
"do_rescale": true,
|
5 |
+
"do_resize": true,
|
6 |
+
"feature_extractor_type": "ConvNextFeatureExtractor",
|
7 |
+
"image_mean": [
|
8 |
+
0.485,
|
9 |
+
0.456,
|
10 |
+
0.406
|
11 |
+
],
|
12 |
+
"image_processor_type": "ConvNextImageProcessor",
|
13 |
+
"image_std": [
|
14 |
+
0.229,
|
15 |
+
0.224,
|
16 |
+
0.225
|
17 |
+
],
|
18 |
+
"resample": 3,
|
19 |
+
"rescale_factor": 0.00392156862745098,
|
20 |
+
"size": {
|
21 |
+
"shortest_edge": 224
|
22 |
+
}
|
23 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a37e73a0a7e016c61aa161773f939df1c1f0a27a621e5973ef25d9bbd607e34
|
3 |
+
size 111373605
|
runs/Dec10_09-26-29_jupyter-robert-40pythoncharmers-2ecom/1670664401.4356933/events.out.tfevents.1670664401.jupyter-robert-40pythoncharmers-2ecom.793.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d401769a197e780602b5b79add3c2c05088e504ae7b4ebfae2bb4afb05023fb
|
3 |
+
size 5634
|
runs/Dec10_09-26-29_jupyter-robert-40pythoncharmers-2ecom/events.out.tfevents.1670664401.jupyter-robert-40pythoncharmers-2ecom.793.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f2ef601d5df3f3592c7b907fbb8547b26e11c70d2e0b53a49bc2f2009d792e31
|
3 |
+
size 4212
|
runs/Dec10_09-28-59_jupyter-robert-40pythoncharmers-2ecom/1670664550.019542/events.out.tfevents.1670664550.jupyter-robert-40pythoncharmers-2ecom.901.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5b2df8ab33420abce20fb2b226f94ab14fd3f5e03d88d817f710e2b1adc6e59e
|
3 |
+
size 5634
|
runs/Dec10_09-28-59_jupyter-robert-40pythoncharmers-2ecom/events.out.tfevents.1670664550.jupyter-robert-40pythoncharmers-2ecom.901.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba1ddffb3a00e5ef72a48bd48f55a17cc669806dd35928cf31d127e013942db1
|
3 |
+
size 4212
|
runs/Dec10_22-52-36_jupyter-robert-40pythoncharmers-2ecom/1670712764.3964124/events.out.tfevents.1670712764.jupyter-robert-40pythoncharmers-2ecom.123.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e721c3a091522ae7ade57cf75f2788ae9584defc5a07c8b0f64d3efdd1705fd3
|
3 |
+
size 5634
|
runs/Dec10_22-52-36_jupyter-robert-40pythoncharmers-2ecom/events.out.tfevents.1670712764.jupyter-robert-40pythoncharmers-2ecom.123.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9cfb73ddf082fd86900ebace9939c1bf241656f64eab7adbb9582c95d43d9d7e
|
3 |
+
size 40
|
runs/Dec10_22-54-43_jupyter-robert-40pythoncharmers-2ecom/1670712889.6342487/events.out.tfevents.1670712889.jupyter-robert-40pythoncharmers-2ecom.212.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7b24d0e5eaa99c960b4b150385debeb75dbc360b238bd4a088f8f8c23cfc271
|
3 |
+
size 5634
|
runs/Dec10_22-54-43_jupyter-robert-40pythoncharmers-2ecom/events.out.tfevents.1670712889.jupyter-robert-40pythoncharmers-2ecom.212.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:74663c31befb479cda3bec4ba0e11c0e41ecc800512e667f6e0d0a9f53f537df
|
3 |
+
size 4212
|
runs/Dec10_23-11-23_jupyter-robert-40pythoncharmers-2ecom/1670713892.9545898/events.out.tfevents.1670713892.jupyter-robert-40pythoncharmers-2ecom.212.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:512b3305bf705f53a76c247f9ef67de7a2e328ddbbe94cee3223c5db0a261d81
|
3 |
+
size 5634
|
runs/Dec10_23-11-23_jupyter-robert-40pythoncharmers-2ecom/events.out.tfevents.1670713892.jupyter-robert-40pythoncharmers-2ecom.212.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3903cd31f0296697ab1dc2460a6f12f29cb878a2aee66c449630abdba6811f0f
|
3 |
+
size 7159
|
runs/Dec10_23-29-01_jupyter-robert-40pythoncharmers-2ecom/1670714945.8684492/events.out.tfevents.1670714945.jupyter-robert-40pythoncharmers-2ecom.212.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7f8eba9591a682efa6a16d76ce3eb4a3010c3d341dc1a35988605a2e9c47d9e4
|
3 |
+
size 5634
|
runs/Dec10_23-29-01_jupyter-robert-40pythoncharmers-2ecom/events.out.tfevents.1670714945.jupyter-robert-40pythoncharmers-2ecom.212.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb39f24e2169af12cbaae3d0218c323c9af34f88f07ca0f5ac34b02cd225f1e5
|
3 |
+
size 7482
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:142a3a50229ca06ed8499fd9c93278b78618d779262ca767fe0233609a104572
|
3 |
+
size 3515
|