PKR commited on
Commit
43a63c2
1 Parent(s): 7e758ef

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/resnet-50",
3
+ "architectures": [
4
+ "ResNetForImageClassification"
5
+ ],
6
+ "depths": [
7
+ 3,
8
+ 4,
9
+ 6,
10
+ 3
11
+ ],
12
+ "downsample_in_first_stage": false,
13
+ "embedding_size": 64,
14
+ "hidden_act": "relu",
15
+ "hidden_sizes": [
16
+ 256,
17
+ 512,
18
+ 1024,
19
+ 2048
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
+ "label2id": {
34
+ "AnnualCrop": 0,
35
+ "Forest": 1,
36
+ "HerbaceousVegetation": 2,
37
+ "Highway": 3,
38
+ "Industrial": 4,
39
+ "Pasture": 5,
40
+ "PermanentCrop": 6,
41
+ "Residential": 7,
42
+ "River": 8,
43
+ "SeaLake": 9
44
+ },
45
+ "layer_type": "bottleneck",
46
+ "model_type": "resnet",
47
+ "num_channels": 3,
48
+ "problem_type": "single_label_classification",
49
+ "torch_dtype": "float32",
50
+ "transformers_version": "4.23.1"
51
+ }
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:f2237d231394763468ad7dddf04b21f56d2ae4f75de1fee20e0c4bdae443b197
3
+ size 94438209
runs/Oct27_06-14-59_d1364e287768/1666851334.9438121/events.out.tfevents.1666851334.d1364e287768.77.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9334bf0d6e576cf5c504bb4d561a04adb5bf4e32aa20e8348e3b8b6d268c871
3
+ size 5502
runs/Oct27_06-14-59_d1364e287768/1666851402.1044383/events.out.tfevents.1666851402.d1364e287768.77.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:958368024ef5fc8ff59023f9520cc4e5fd72c1ca45ea98c2f405383fce2ced8d
3
+ size 5502
runs/Oct27_06-14-59_d1364e287768/events.out.tfevents.1666851334.d1364e287768.77.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61cd89e45581be1c899313b0066a7df08781e6802aefc7e1b430e472c85c874e
3
+ size 8943
runs/Oct27_06-18-18_d1364e287768/1666851522.5967965/events.out.tfevents.1666851522.d1364e287768.77.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03f78d663d9a66723f6f94ea8427f27b789264577e5fa8c10bcff8312e0b4c6a
3
+ size 5502
runs/Oct27_06-18-18_d1364e287768/events.out.tfevents.1666851522.d1364e287768.77.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ea820c119cc366d9dc8acf17768e2bc70d6404c85d8e2384247942dc9cd04f3
3
+ size 7324
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5e3abece8d591d226aa0a1bf0c39ff40a7a35d5a6bf0e0f23bf733ae50881ff
3
+ size 3439