thaonguyen274 commited on
Commit
c328ea0
·
1 Parent(s): 47f39dd

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "buildings",
23
+ "1": "forest",
24
+ "2": "glacier",
25
+ "3": "mountain",
26
+ "4": "sea",
27
+ "5": "street"
28
+ },
29
+ "label2id": {
30
+ "buildings": 0,
31
+ "forest": 1,
32
+ "glacier": 2,
33
+ "mountain": 3,
34
+ "sea": 4,
35
+ "street": 5
36
+ },
37
+ "layer_type": "bottleneck",
38
+ "model_type": "resnet",
39
+ "num_channels": 3,
40
+ "problem_type": "single_label_classification",
41
+ "torch_dtype": "float32",
42
+ "transformers_version": "4.24.0"
43
+ }
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:3e089679d33311730e76e0869a9331223794787b7c9c091832b4384eaa2c9d4b
3
+ size 94405441
runs/Nov04_10-26-09_4e7b445fe7e1/1667557750.744017/events.out.tfevents.1667557750.4e7b445fe7e1.78.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8f509222ff6244b3a06e6faa7a2919afdfe9597897d3dcf89d0fbdae00ec32b
3
+ size 5502
runs/Nov04_10-26-09_4e7b445fe7e1/events.out.tfevents.1667557750.4e7b445fe7e1.78.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9367d300855e0bb5296346c8db73af9524e37099a8ac6513a41111a4405ec81e
3
+ size 3795
runs/Nov04_10-34-35_4e7b445fe7e1/1667558112.5761635/events.out.tfevents.1667558112.4e7b445fe7e1.78.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f709b98801022e3552b9e1af05e075781d615a8159837fc5f93f58a68a7d703
3
+ size 5502
runs/Nov04_10-34-35_4e7b445fe7e1/events.out.tfevents.1667558112.4e7b445fe7e1.78.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1c78a4463d48a4bc2d253ea2dd679a099a2eebe8fb9c1ea16fe77a01040d7e4
3
+ size 4162
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b4e78944629d63ac2bafcf1953c3dab2c14c8bd54545bfafda235ef6a19a586
3
+ size 3439