SJChaudhuri commited on
Commit
d47dd4f
1 Parent(s): a3bdc20

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "sail/poolformer_s12",
3
+ "architectures": [
4
+ "PoolFormerForImageClassification"
5
+ ],
6
+ "depths": [
7
+ 2,
8
+ 2,
9
+ 6,
10
+ 2
11
+ ],
12
+ "drop_path_rate": 0.0,
13
+ "hidden_act": "gelu",
14
+ "hidden_sizes": [
15
+ 64,
16
+ 128,
17
+ 320,
18
+ 512
19
+ ],
20
+ "id2label": {
21
+ "0": "a_noDR",
22
+ "1": "b_mildDR",
23
+ "2": "c_moderateDR",
24
+ "3": "d_severeDR",
25
+ "4": "e_proDR"
26
+ },
27
+ "initializer_range": 0.02,
28
+ "label2id": {
29
+ "a_noDR": 0,
30
+ "b_mildDR": 1,
31
+ "c_moderateDR": 2,
32
+ "d_severeDR": 3,
33
+ "e_proDR": 4
34
+ },
35
+ "layer_scale_init_value": 1e-05,
36
+ "mlp_ratio": 4.0,
37
+ "model_type": "poolformer",
38
+ "num_channels": 3,
39
+ "num_encoder_blocks": 4,
40
+ "num_hidden_layers": 12,
41
+ "padding": [
42
+ 2,
43
+ 1,
44
+ 1,
45
+ 1
46
+ ],
47
+ "patch_size": 16,
48
+ "patch_sizes": [
49
+ 7,
50
+ 3,
51
+ 3,
52
+ 3
53
+ ],
54
+ "pool_size": 3,
55
+ "problem_type": "single_label_classification",
56
+ "stride": 16,
57
+ "strides": [
58
+ 4,
59
+ 2,
60
+ 2,
61
+ 2
62
+ ],
63
+ "torch_dtype": "float32",
64
+ "transformers_version": "4.30.0",
65
+ "use_cache": true,
66
+ "use_layer_scale": true
67
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_pct": 0.9,
3
+ "crop_size": {
4
+ "height": 224,
5
+ "width": 224
6
+ },
7
+ "do_center_crop": true,
8
+ "do_normalize": true,
9
+ "do_rescale": true,
10
+ "do_resize": true,
11
+ "do_resize_and_center_crop": true,
12
+ "image_mean": [
13
+ 0.485,
14
+ 0.456,
15
+ 0.406
16
+ ],
17
+ "image_processor_type": "PoolFormerImageProcessor",
18
+ "image_std": [
19
+ 0.229,
20
+ 0.224,
21
+ 0.225
22
+ ],
23
+ "resample": 3,
24
+ "rescale_factor": 0.00392156862745098,
25
+ "size": {
26
+ "shortest_edge": 224
27
+ }
28
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82a0e9393b9ccb1c0b8bf7b071c826dc6c159bfba0059da78c7bae1510cc07e4
3
+ size 45664090
runs/Apr01_20-44-11_a3821f0afe27/events.out.tfevents.1712004258.a3821f0afe27.593.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3a1f95f359192898737439de0ffcf3df5dd788c25ea1c9505bd2d640146d517
3
+ size 4743
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca64a1820e93e46dda1d3a43957a0872f4ac4d02b60ffd15ccd3e2b66e136cc7
3
+ size 4408