Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +54 -0
- preprocessor_config.json +22 -0
- pytorch_model.bin +3 -0
- runs/Aug21_12-51-42_26dc646ad4b8/1692622313.3699515/events.out.tfevents.1692622313.26dc646ad4b8.443.1 +3 -0
- runs/Aug21_12-51-42_26dc646ad4b8/1692622518.3084147/events.out.tfevents.1692622518.26dc646ad4b8.443.3 +3 -0
- runs/Aug21_12-51-42_26dc646ad4b8/events.out.tfevents.1692622313.26dc646ad4b8.443.0 +3 -0
- runs/Aug21_12-51-42_26dc646ad4b8/events.out.tfevents.1692622518.26dc646ad4b8.443.2 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/resnet-50",
|
3 |
+
"architectures": [
|
4 |
+
"ResNetForImageClassification"
|
5 |
+
],
|
6 |
+
"depths": [
|
7 |
+
3,
|
8 |
+
4,
|
9 |
+
6,
|
10 |
+
3
|
11 |
+
],
|
12 |
+
"downsample_in_first_stage": false,
|
13 |
+
"embedding_size": 64,
|
14 |
+
"hidden_act": "relu",
|
15 |
+
"hidden_sizes": [
|
16 |
+
256,
|
17 |
+
512,
|
18 |
+
1024,
|
19 |
+
2048
|
20 |
+
],
|
21 |
+
"id2label": {
|
22 |
+
"0": "Actinic keratosis",
|
23 |
+
"1": "Benign keratosis",
|
24 |
+
"2": "Dermatofibroma",
|
25 |
+
"3": "Melanocytic nevus",
|
26 |
+
"4": "Vascular lesion"
|
27 |
+
},
|
28 |
+
"label2id": {
|
29 |
+
"Actinic keratosis": 0,
|
30 |
+
"Benign keratosis": 1,
|
31 |
+
"Dermatofibroma": 2,
|
32 |
+
"Melanocytic nevus": 3,
|
33 |
+
"Vascular lesion": 4
|
34 |
+
},
|
35 |
+
"layer_type": "bottleneck",
|
36 |
+
"model_type": "resnet",
|
37 |
+
"num_channels": 3,
|
38 |
+
"out_features": [
|
39 |
+
"stage4"
|
40 |
+
],
|
41 |
+
"out_indices": [
|
42 |
+
4
|
43 |
+
],
|
44 |
+
"problem_type": "single_label_classification",
|
45 |
+
"stage_names": [
|
46 |
+
"stem",
|
47 |
+
"stage1",
|
48 |
+
"stage2",
|
49 |
+
"stage3",
|
50 |
+
"stage4"
|
51 |
+
],
|
52 |
+
"torch_dtype": "float32",
|
53 |
+
"transformers_version": "4.28.0"
|
54 |
+
}
|
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:70f0efa84cea0595490b2c7bf03418be198283e8052331573f64365e1d9b0751
|
3 |
+
size 94399565
|
runs/Aug21_12-51-42_26dc646ad4b8/1692622313.3699515/events.out.tfevents.1692622313.26dc646ad4b8.443.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f78ff016197a380ffd4e9400a2fa5dd43523e9ffa57bc961c2515e0967c7e770
|
3 |
+
size 5922
|
runs/Aug21_12-51-42_26dc646ad4b8/1692622518.3084147/events.out.tfevents.1692622518.26dc646ad4b8.443.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a475ddd5122ffb25a167082dfa0974262053be681f21786c83ab3b84dda7250
|
3 |
+
size 5922
|
runs/Aug21_12-51-42_26dc646ad4b8/events.out.tfevents.1692622313.26dc646ad4b8.443.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:994470419c0c4d465e88aed12a48af68f7471f377dc5d8ec50d3c9cc3545bd61
|
3 |
+
size 5082
|
runs/Aug21_12-51-42_26dc646ad4b8/events.out.tfevents.1692622518.26dc646ad4b8.443.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2073b7b423f05525cc0e45ef009f39f1946b802c40a4e0745bb88c49a9c22876
|
3 |
+
size 6328
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:08cda030dd28f4730d25e2d25424f28dcadb0a3f679e137c727e151d34191fa2
|
3 |
+
size 3643
|