SJChaudhuri commited on
Commit
5cbeeb1
1 Parent(s): 859f965

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/beit-base-patch16-224-pt22k",
3
+ "architectures": [
4
+ "BeitForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "auxiliary_channels": 256,
8
+ "auxiliary_concat_input": false,
9
+ "auxiliary_loss_weight": 0.4,
10
+ "auxiliary_num_convs": 1,
11
+ "drop_path_rate": 0.1,
12
+ "hidden_act": "gelu",
13
+ "hidden_dropout_prob": 0.0,
14
+ "hidden_size": 768,
15
+ "id2label": {
16
+ "0": "a_noDR",
17
+ "1": "b_mildDR",
18
+ "2": "c_moderateDR",
19
+ "3": "d_severeDR",
20
+ "4": "e_proDR"
21
+ },
22
+ "image_size": 224,
23
+ "initializer_range": 0.02,
24
+ "intermediate_size": 3072,
25
+ "label2id": {
26
+ "a_noDR": 0,
27
+ "b_mildDR": 1,
28
+ "c_moderateDR": 2,
29
+ "d_severeDR": 3,
30
+ "e_proDR": 4
31
+ },
32
+ "layer_norm_eps": 1e-12,
33
+ "layer_scale_init_value": 0.1,
34
+ "model_type": "beit",
35
+ "num_attention_heads": 12,
36
+ "num_channels": 3,
37
+ "num_hidden_layers": 12,
38
+ "out_indices": [
39
+ 3,
40
+ 5,
41
+ 7,
42
+ 11
43
+ ],
44
+ "patch_size": 16,
45
+ "pool_scales": [
46
+ 1,
47
+ 2,
48
+ 3,
49
+ 6
50
+ ],
51
+ "problem_type": "single_label_classification",
52
+ "semantic_loss_ignore_index": 255,
53
+ "torch_dtype": "float32",
54
+ "transformers_version": "4.30.0",
55
+ "use_absolute_position_embeddings": false,
56
+ "use_auxiliary_head": true,
57
+ "use_mask_token": true,
58
+ "use_mean_pooling": true,
59
+ "use_relative_position_bias": false,
60
+ "use_shared_relative_position_bias": true,
61
+ "vocab_size": 8192
62
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": false,
7
+ "do_normalize": true,
8
+ "do_reduce_labels": false,
9
+ "do_rescale": true,
10
+ "do_resize": true,
11
+ "image_mean": [
12
+ 0.5,
13
+ 0.5,
14
+ 0.5
15
+ ],
16
+ "image_processor_type": "BeitImageProcessor",
17
+ "image_std": [
18
+ 0.5,
19
+ 0.5,
20
+ 0.5
21
+ ],
22
+ "resample": 2,
23
+ "rescale_factor": 0.00392156862745098,
24
+ "size": {
25
+ "height": 224,
26
+ "width": 224
27
+ }
28
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e637b8f8362e1491f6a7a1c9c6143af49f8dd12c1c95652d1203b81e4fdeb967
3
+ size 343063330
runs/Apr01_12-59-26_b000f2de1a15/events.out.tfevents.1711976377.b000f2de1a15.5893.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb9a6c5b886093374c6d2bc286f70d1e1c427a09e2f7f98b471d1de81ebd5af4
3
+ size 5103
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eca81c1c55a3126e3dc28890d76e587e81132a95bd8ca1ac5a0381bc05d30d7b
3
+ size 4472