nielsr HF staff commited on
Commit
9eed5f6
1 Parent(s): 4b8a5ca

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Visual-Attention-Network/van-base",
3
+ "architectures": [
4
+ "VanForImageClassification"
5
+ ],
6
+ "depths": [
7
+ 3,
8
+ 3,
9
+ 12,
10
+ 3
11
+ ],
12
+ "drop_path_rate": 0.0,
13
+ "dropout_rate": 0.0,
14
+ "hidden_act": "gelu",
15
+ "hidden_sizes": [
16
+ 64,
17
+ 128,
18
+ 320,
19
+ 512
20
+ ],
21
+ "id2label": {
22
+ "0": "AnnualCrop",
23
+ "1": "Forest",
24
+ "2": "HerbaceousVegetation",
25
+ "3": "Highway",
26
+ "4": "Industrial",
27
+ "5": "Pasture",
28
+ "6": "PermanentCrop",
29
+ "7": "Residential",
30
+ "8": "River",
31
+ "9": "SeaLake"
32
+ },
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,
49
+ "mlp_ratios": [
50
+ 8,
51
+ 8,
52
+ 4,
53
+ 4
54
+ ],
55
+ "model_type": "van",
56
+ "num_channels": 3,
57
+ "patch_sizes": [
58
+ 7,
59
+ 3,
60
+ 3,
61
+ 3
62
+ ],
63
+ "problem_type": "single_label_classification",
64
+ "strides": [
65
+ 4,
66
+ 2,
67
+ 2,
68
+ 2
69
+ ],
70
+ "torch_dtype": "float32",
71
+ "transformers_version": "4.18.0"
72
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_resize": true,
4
+ "feature_extractor_type": "ViTFeatureExtractor",
5
+ "image_mean": [
6
+ 0.5,
7
+ 0.5,
8
+ 0.5
9
+ ],
10
+ "image_std": [
11
+ 0.5,
12
+ 0.5,
13
+ 0.5
14
+ ],
15
+ "resample": 2,
16
+ "size": 224
17
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34a37d97c607d8a13483087552b81c05c64b4266e1939833832f235bfeb1ea61
3
+ size 104610457
runs/Apr11_12-46-12_b2a134b2642b/1649681195.497468/events.out.tfevents.1649681195.b2a134b2642b.71.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cdf676738b0eadd13489d0a97b2a78e3ca1a2f6b06e5e825305b19c6289a8d4
3
+ size 4892
runs/Apr11_12-46-12_b2a134b2642b/1649681211.615641/events.out.tfevents.1649681211.b2a134b2642b.71.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfa9095eabcca2f98c769e21327981c0a6ff6c224fa88842664556061e9c6fb3
3
+ size 4892
runs/Apr11_12-46-12_b2a134b2642b/events.out.tfevents.1649681195.b2a134b2642b.71.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25efbe83f74192da57c1c89489aa3524204db651b4b7590c9748e904a4cb08d3
3
+ size 3904
runs/Apr11_12-46-12_b2a134b2642b/events.out.tfevents.1649681211.b2a134b2642b.71.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:410e2c7cf83296daa8ab8908d54531285c68e9134fe218508e47b238ce479d8e
3
+ size 7174
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:575074fb98aef9b320f868e8e8387dba6680d61e110d139fab20b54ad76f36ce
3
+ size 3119