dfurman commited on
Commit
6c98bed
1 Parent(s): e86448f

Training in progress, step 300

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/beit-base-patch16-224-pt22k-ft22k",
3
+ "architectures": [
4
+ "BeitForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "auxiliary_channels": 256,
8
+ "auxiliary_concat_input": false,
9
+ "auxiliary_loss_weight": 0.4,
10
+ "auxiliary_num_convs": 1,
11
+ "drop_path_rate": 0.1,
12
+ "hidden_act": "gelu",
13
+ "hidden_dropout_prob": 0.0,
14
+ "hidden_size": 768,
15
+ "id2label": {
16
+ "0": "Barren",
17
+ "1": "Impervious Surfaces",
18
+ "2": "Low Vegetation",
19
+ "3": "Tree Canopy and Shrubs",
20
+ "4": "Water"
21
+ },
22
+ "image_size": 224,
23
+ "initializer_range": 0.02,
24
+ "intermediate_size": 3072,
25
+ "label2id": {
26
+ "Barren": "0",
27
+ "Impervious Surfaces": "1",
28
+ "Low Vegetation": "2",
29
+ "Tree Canopy and Shrubs": "3",
30
+ "Water": "4"
31
+ },
32
+ "layer_norm_eps": 1e-12,
33
+ "layer_scale_init_value": 0.1,
34
+ "model_type": "beit",
35
+ "num_attention_heads": 12,
36
+ "num_channels": 3,
37
+ "num_hidden_layers": 12,
38
+ "out_indices": [
39
+ 3,
40
+ 5,
41
+ 7,
42
+ 11
43
+ ],
44
+ "patch_size": 16,
45
+ "pool_scales": [
46
+ 1,
47
+ 2,
48
+ 3,
49
+ 6
50
+ ],
51
+ "problem_type": "single_label_classification",
52
+ "semantic_loss_ignore_index": 255,
53
+ "torch_dtype": "float32",
54
+ "transformers_version": "4.24.0",
55
+ "use_absolute_position_embeddings": false,
56
+ "use_auxiliary_head": true,
57
+ "use_mask_token": false,
58
+ "use_mean_pooling": true,
59
+ "use_relative_position_bias": true,
60
+ "use_shared_relative_position_bias": false,
61
+ "vocab_size": 8192
62
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": 224,
3
+ "do_center_crop": false,
4
+ "do_normalize": true,
5
+ "do_resize": true,
6
+ "feature_extractor_type": "BeitFeatureExtractor",
7
+ "image_mean": [
8
+ 0.5,
9
+ 0.5,
10
+ 0.5
11
+ ],
12
+ "image_std": [
13
+ 0.5,
14
+ 0.5,
15
+ 0.5
16
+ ],
17
+ "reduce_labels": false,
18
+ "resample": 2,
19
+ "size": 224
20
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f896d65e7d481ba68be03f8c8a33cedf34704b7bce7bca0c84648ae770340da8
3
+ size 346867691
runs/Nov18_18-27-54_db1ae2342b0f/1668796082.593222/events.out.tfevents.1668796082.db1ae2342b0f.385.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2688264b8946fc2e4b2841069821a3227ad07f78350009ab9b88dbf696416ff4
3
+ size 5499
runs/Nov18_18-27-54_db1ae2342b0f/events.out.tfevents.1668796082.db1ae2342b0f.385.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cadfe7ec180c1f38047e46480cce04ec74761ccb04d445f0985ee1359a02a84e
3
+ size 7423
runs/Nov18_18-36-37_db1ae2342b0f/1668796602.8795767/events.out.tfevents.1668796602.db1ae2342b0f.1025.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:056c5d283e9d0f0d7468cde66aaa79f15c6f51f9ed2533dd65e0d0f0e56bfa2d
3
+ size 5499
runs/Nov18_18-36-37_db1ae2342b0f/events.out.tfevents.1668796602.db1ae2342b0f.1025.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80add4f772ecec22fbdb699421952dc097cfa3aa2f96c4eeda96ec47a97b1de7
3
+ size 9471
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ec6b1b844779c44422bf449aac9c27bda02b3c1fda9bbcab6f23dc559a4535a
3
+ size 3375