paom commited on
Commit
5ef50dd
1 Parent(s): 26fc339

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/convnext-tiny-224",
3
+ "architectures": [
4
+ "ConvNextForImageClassification"
5
+ ],
6
+ "depths": [
7
+ 3,
8
+ 3,
9
+ 9,
10
+ 3
11
+ ],
12
+ "drop_path_rate": 0.0,
13
+ "hidden_act": "gelu",
14
+ "hidden_sizes": [
15
+ 96,
16
+ 192,
17
+ 384,
18
+ 768
19
+ ],
20
+ "id2label": {
21
+ "0": "test"
22
+ },
23
+ "image_size": 224,
24
+ "initializer_range": 0.02,
25
+ "label2id": {
26
+ "test": 0
27
+ },
28
+ "layer_norm_eps": 1e-12,
29
+ "layer_scale_init_value": 1e-06,
30
+ "model_type": "convnext",
31
+ "num_channels": 3,
32
+ "num_stages": 4,
33
+ "out_features": [
34
+ "stage4"
35
+ ],
36
+ "out_indices": [
37
+ 4
38
+ ],
39
+ "patch_size": 4,
40
+ "problem_type": "regression",
41
+ "stage_names": [
42
+ "stem",
43
+ "stage1",
44
+ "stage2",
45
+ "stage3",
46
+ "stage4"
47
+ ],
48
+ "torch_dtype": "float32",
49
+ "transformers_version": "4.29.0"
50
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_pct": 0.875,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "image_mean": [
7
+ 0.485,
8
+ 0.456,
9
+ 0.406
10
+ ],
11
+ "image_processor_type": "ConvNextImageProcessor",
12
+ "image_std": [
13
+ 0.229,
14
+ 0.224,
15
+ 0.225
16
+ ],
17
+ "resample": 3,
18
+ "rescale_factor": 0.00392156862745098,
19
+ "size": {
20
+ "shortest_edge": 224
21
+ }
22
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53dda58549a117dc06718ba922bed1366e6086d0e076a7c9574c4c9278bdae9d
3
+ size 111345957
runs/May30_15-13-55_2bbbe8e770d0/1685459706.2316372/events.out.tfevents.1685459706.2bbbe8e770d0.1841.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6934b1075e42ad718c3d253ded69a54d4e3422ad6b85088a3dedb9273e660a1
3
+ size 6016
runs/May30_15-13-55_2bbbe8e770d0/events.out.tfevents.1685459706.2bbbe8e770d0.1841.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9145584c0eb6308ce19bdc72d6b6e8868b4acf2a2a1574dec47be1c9cf02ad31
3
+ size 4238
runs/May30_15-17-30_2bbbe8e770d0/1685459863.43957/events.out.tfevents.1685459863.2bbbe8e770d0.1841.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8ed332dac8181c5dc11a707eab840678a2cf0955b724491b511a04205fe0f4b
3
+ size 6016
runs/May30_15-17-30_2bbbe8e770d0/events.out.tfevents.1685459863.2bbbe8e770d0.1841.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f72d32933567524778ca9db059fcd59a25aa6353154321c02ed658a5cf7ef9d
3
+ size 4555
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e813f7c911e212fc8cfc03e8db691f176f11fa561d081532688955fb9513fae
3
+ size 3963