SJChaudhuri commited on
Commit
f5cf23e
1 Parent(s): 86079be

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,124 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/cvt-13",
3
+ "architectures": [
4
+ "CvtForImageClassification"
5
+ ],
6
+ "attention_drop_rate": [
7
+ 0.0,
8
+ 0.0,
9
+ 0.0
10
+ ],
11
+ "cls_token": [
12
+ false,
13
+ false,
14
+ true
15
+ ],
16
+ "depth": [
17
+ 1,
18
+ 2,
19
+ 10
20
+ ],
21
+ "drop_path_rate": [
22
+ 0.0,
23
+ 0.0,
24
+ 0.1
25
+ ],
26
+ "drop_rate": [
27
+ 0.0,
28
+ 0.0,
29
+ 0.0
30
+ ],
31
+ "embed_dim": [
32
+ 64,
33
+ 192,
34
+ 384
35
+ ],
36
+ "id2label": {
37
+ "0": "a_noDR",
38
+ "1": "b_mildDR",
39
+ "2": "c_moderateDR",
40
+ "3": "d_severeDR",
41
+ "4": "e_proDR"
42
+ },
43
+ "image_size": 224,
44
+ "initializer_range": 0.02,
45
+ "kernel_qkv": [
46
+ 3,
47
+ 3,
48
+ 3
49
+ ],
50
+ "label2id": {
51
+ "a_noDR": 0,
52
+ "b_mildDR": 1,
53
+ "c_moderateDR": 2,
54
+ "d_severeDR": 3,
55
+ "e_proDR": 4
56
+ },
57
+ "layer_norm_eps": 1e-12,
58
+ "mlp_ratio": [
59
+ 4.0,
60
+ 4.0,
61
+ 4.0
62
+ ],
63
+ "model_type": "cvt",
64
+ "num_channels": 3,
65
+ "num_heads": [
66
+ 1,
67
+ 3,
68
+ 6
69
+ ],
70
+ "num_stages": 3,
71
+ "padding_kv": [
72
+ 1,
73
+ 1,
74
+ 1
75
+ ],
76
+ "padding_q": [
77
+ 1,
78
+ 1,
79
+ 1
80
+ ],
81
+ "patch_padding": [
82
+ 2,
83
+ 1,
84
+ 1
85
+ ],
86
+ "patch_sizes": [
87
+ 7,
88
+ 3,
89
+ 3
90
+ ],
91
+ "patch_stride": [
92
+ 4,
93
+ 2,
94
+ 2
95
+ ],
96
+ "pos_embed": [
97
+ false,
98
+ false,
99
+ false
100
+ ],
101
+ "problem_type": "single_label_classification",
102
+ "qkv_bias": [
103
+ true,
104
+ true,
105
+ true
106
+ ],
107
+ "qkv_projection_method": [
108
+ "dw_bn",
109
+ "dw_bn",
110
+ "dw_bn"
111
+ ],
112
+ "stride_kv": [
113
+ 2,
114
+ 2,
115
+ 2
116
+ ],
117
+ "stride_q": [
118
+ 1,
119
+ 1,
120
+ 1
121
+ ],
122
+ "torch_dtype": "float32",
123
+ "transformers_version": "4.30.0"
124
+ }
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:ff3f411b87a2c413b63e3cb867019f7c17dc5b2de4bed6040ee91a1875a722a0
3
+ size 78738358
runs/Apr01_18-20-28_96e34792ff0d/events.out.tfevents.1711995687.96e34792ff0d.228.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81790108e4739e70f7301b429444101ed35fb032a5d8a17581549f1508133c73
3
+ size 5169
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15d05079c44fc0f317d4c245cc56c2c219f3706e470c569732cb11009752ffac
3
+ size 4408