whyoke commited on
Commit
cc09ff2
1 Parent(s): 0e71b33

Training in progress, step 200

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,145 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/detr-resnet-50",
3
+ "activation_dropout": 0.0,
4
+ "activation_function": "relu",
5
+ "architectures": [
6
+ "DetrForObjectDetection"
7
+ ],
8
+ "attention_dropout": 0.0,
9
+ "auxiliary_loss": false,
10
+ "backbone": "resnet50",
11
+ "backbone_config": null,
12
+ "bbox_cost": 5,
13
+ "bbox_loss_coefficient": 5,
14
+ "class_cost": 1,
15
+ "d_model": 256,
16
+ "decoder_attention_heads": 8,
17
+ "decoder_ffn_dim": 2048,
18
+ "decoder_layerdrop": 0.0,
19
+ "decoder_layers": 6,
20
+ "dice_loss_coefficient": 1,
21
+ "dilation": false,
22
+ "dropout": 0.1,
23
+ "encoder_attention_heads": 8,
24
+ "encoder_ffn_dim": 2048,
25
+ "encoder_layerdrop": 0.0,
26
+ "encoder_layers": 6,
27
+ "eos_coefficient": 0.1,
28
+ "giou_cost": 2,
29
+ "giou_loss_coefficient": 2,
30
+ "id2label": {
31
+ "0": "Acne_Cosmetica",
32
+ "1": "Acne_Erytherma",
33
+ "2": "Acne_Milia",
34
+ "3": "Acne_PIH",
35
+ "4": "Acne_T-spinulusa",
36
+ "5": "Acne_acne",
37
+ "6": "Acne_estivalis",
38
+ "7": "Acne_nodule",
39
+ "8": "Acne_pitted",
40
+ "9": "Calcosis Cutis",
41
+ "10": "Dilate pore",
42
+ "11": "Freckles_Deep",
43
+ "12": "Freckles_Sebker",
44
+ "13": "Freckles_Solar",
45
+ "14": "Freckles_freckles",
46
+ "15": "Hemangioma",
47
+ "16": "Keratosis",
48
+ "17": "Lentigene",
49
+ "18": "Melasma",
50
+ "19": "Melasma_likeTelangiectasia",
51
+ "20": "Nevus",
52
+ "21": "PIH_lip",
53
+ "22": "Seb_Gland",
54
+ "23": "Syringoma",
55
+ "24": "Telangiectasia",
56
+ "25": "allergic_contact_dermatitis",
57
+ "26": "atopy",
58
+ "27": "cyst",
59
+ "28": "herpes_zoster",
60
+ "29": "hifu_tightening",
61
+ "30": "hypertrophic_scar",
62
+ "31": "irritant_contact_dermatitis",
63
+ "32": "keloid",
64
+ "33": "painting",
65
+ "34": "perioral_dermatitis",
66
+ "35": "pitted_scar",
67
+ "36": "portwine_stain",
68
+ "37": "pricken_nodale",
69
+ "38": "psoriasis",
70
+ "39": "rejuvenation",
71
+ "40": "resurface",
72
+ "41": "sebderm",
73
+ "42": "segmental_lentigene",
74
+ "43": "steroid_addict",
75
+ "44": "stretch_mark",
76
+ "45": "tattoo",
77
+ "46": "tinea_unguium",
78
+ "47": "xanthelasma"
79
+ },
80
+ "init_std": 0.02,
81
+ "init_xavier_std": 1.0,
82
+ "is_encoder_decoder": true,
83
+ "label2id": {
84
+ "Acne_Cosmetica": 0,
85
+ "Acne_Erytherma": 1,
86
+ "Acne_Milia": 2,
87
+ "Acne_PIH": 3,
88
+ "Acne_T-spinulusa": 4,
89
+ "Acne_acne": 5,
90
+ "Acne_estivalis": 6,
91
+ "Acne_nodule": 7,
92
+ "Acne_pitted": 8,
93
+ "Calcosis Cutis": 9,
94
+ "Dilate pore": 10,
95
+ "Freckles_Deep": 11,
96
+ "Freckles_Sebker": 12,
97
+ "Freckles_Solar": 13,
98
+ "Freckles_freckles": 14,
99
+ "Hemangioma": 15,
100
+ "Keratosis": 16,
101
+ "Lentigene": 17,
102
+ "Melasma": 18,
103
+ "Melasma_likeTelangiectasia": 19,
104
+ "Nevus": 20,
105
+ "PIH_lip": 21,
106
+ "Seb_Gland": 22,
107
+ "Syringoma": 23,
108
+ "Telangiectasia": 24,
109
+ "allergic_contact_dermatitis": 25,
110
+ "atopy": 26,
111
+ "cyst": 27,
112
+ "herpes_zoster": 28,
113
+ "hifu_tightening": 29,
114
+ "hypertrophic_scar": 30,
115
+ "irritant_contact_dermatitis": 31,
116
+ "keloid": 32,
117
+ "painting": 33,
118
+ "perioral_dermatitis": 34,
119
+ "pitted_scar": 35,
120
+ "portwine_stain": 36,
121
+ "pricken_nodale": 37,
122
+ "psoriasis": 38,
123
+ "rejuvenation": 39,
124
+ "resurface": 40,
125
+ "sebderm": 41,
126
+ "segmental_lentigene": 42,
127
+ "steroid_addict": 43,
128
+ "stretch_mark": 44,
129
+ "tattoo": 45,
130
+ "tinea_unguium": 46,
131
+ "xanthelasma": 47
132
+ },
133
+ "mask_loss_coefficient": 1,
134
+ "max_position_embeddings": 1024,
135
+ "model_type": "detr",
136
+ "num_channels": 3,
137
+ "num_hidden_layers": 6,
138
+ "num_queries": 100,
139
+ "position_embedding_type": "sine",
140
+ "scale_embedding": false,
141
+ "torch_dtype": "float32",
142
+ "transformers_version": "4.26.1",
143
+ "use_pretrained_backbone": true,
144
+ "use_timm_backbone": true
145
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_pad": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "format": "coco_detection",
7
+ "image_mean": [
8
+ 0.485,
9
+ 0.456,
10
+ 0.406
11
+ ],
12
+ "image_processor_type": "DetrImageProcessor",
13
+ "image_std": [
14
+ 0.229,
15
+ 0.224,
16
+ 0.225
17
+ ],
18
+ "resample": 2,
19
+ "rescale_factor": 0.00392156862745098,
20
+ "size": {
21
+ "longest_edge": 1333,
22
+ "shortest_edge": 800
23
+ }
24
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59689069f5763a4a9fd77ed6eeaf28c8dd9b0976b10b42df95b4425373d37125
3
+ size 166664421
runs/Apr07_13-17-30_yokz-labtop/1680848263.265782/events.out.tfevents.1680848263.yokz-labtop.18176.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbeb08cbb3b06e6ca5f1f444280e2343ff0f0b2ff5a35221b79fe3cfcc9714b0
3
+ size 5664
runs/Apr07_13-17-30_yokz-labtop/events.out.tfevents.1680848263.yokz-labtop.18176.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a97da713c01bc8943d4b6686597aa9b4c01a20df79b6acad0cdf0a7d4ec8eea
3
+ size 7357
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:566748d72a80a39d656fb5c755c466c886b67d5124972178fc4c52a73347fa5e
3
+ size 3515