dfurman commited on
Commit
33f15e0
1 Parent(s): 74366eb

Training in progress, step 300

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/convnext-base-224",
3
+ "architectures": [
4
+ "ConvNextForImageClassification"
5
+ ],
6
+ "depths": [
7
+ 3,
8
+ 3,
9
+ 27,
10
+ 3
11
+ ],
12
+ "drop_path_rate": 0.0,
13
+ "hidden_act": "gelu",
14
+ "hidden_sizes": [
15
+ 128,
16
+ 256,
17
+ 512,
18
+ 1024
19
+ ],
20
+ "id2label": {
21
+ "0": "Barren",
22
+ "1": "Impervious Surfaces",
23
+ "2": "Low Vegetation",
24
+ "3": "Tree Canopy and Shrubs",
25
+ "4": "Water"
26
+ },
27
+ "image_size": 224,
28
+ "initializer_range": 0.02,
29
+ "label2id": {
30
+ "Barren": "0",
31
+ "Impervious Surfaces": "1",
32
+ "Low Vegetation": "2",
33
+ "Tree Canopy and Shrubs": "3",
34
+ "Water": "4"
35
+ },
36
+ "layer_norm_eps": 1e-12,
37
+ "layer_scale_init_value": 1e-06,
38
+ "model_type": "convnext",
39
+ "num_channels": 3,
40
+ "num_stages": 4,
41
+ "patch_size": 4,
42
+ "problem_type": "single_label_classification",
43
+ "torch_dtype": "float32",
44
+ "transformers_version": "4.24.0"
45
+ }
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:fe4f28744f8fe42ed8d09ae6b8dd05e6c337a64520ee2b78a6c4136ef90a05e6
3
+ size 350402385
runs/Nov19_15-25-15_12fd5a028bd4/1668871526.5824552/events.out.tfevents.1668871526.12fd5a028bd4.107.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:394545bf0582dc8e4a08e39e376d253ab2b26a2bec71ecf05543f7a5b89fab83
3
+ size 5547
runs/Nov19_15-25-15_12fd5a028bd4/events.out.tfevents.1668871526.12fd5a028bd4.107.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a5c3dddb9ba2eaf146a430150f7243613d93897397c7fe1fb9336998718160e
3
+ size 8962
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5d521937daf30e3e30cc15cc9cdedd4338321a74228b3beb93ffd4acec50c7f
3
+ size 3439