nielsr HF staff commited on
Commit
62b01c4
1 Parent(s): b1a69a5

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": "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,
 
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": "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
  }
 
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:23d61073ecc9dd5f739ba01fa3deffe5b7be830b09bfb79aa51b4f43a52795d9
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:575074fb98aef9b320f868e8e8387dba6680d61e110d139fab20b54ad76f36ce
3
  size 3119
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd39276cecad298fd59db41d31e8118cbe5ebd47637eecd4d7370ee520ba49d6
3
  size 3119