gianlab commited on
Commit
b59f438
1 Parent(s): 7d794c8

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/swin-tiny-patch4-window7-224",
3
+ "architectures": [
4
+ "SwinForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "depths": [
8
+ 2,
9
+ 2,
10
+ 6,
11
+ 2
12
+ ],
13
+ "drop_path_rate": 0.1,
14
+ "embed_dim": 96,
15
+ "encoder_stride": 32,
16
+ "hidden_act": "gelu",
17
+ "hidden_dropout_prob": 0.0,
18
+ "hidden_size": 768,
19
+ "id2label": {
20
+ "0": "Actinic-keratoses",
21
+ "1": "Basal-cell-carcinoma",
22
+ "2": "Benign-keratosis-like-lesions",
23
+ "3": "Dermatofibroma",
24
+ "4": "Melanocytic-nevi",
25
+ "5": "Melanoma",
26
+ "6": "Vascular-lesions"
27
+ },
28
+ "image_size": 224,
29
+ "initializer_range": 0.02,
30
+ "label2id": {
31
+ "Actinic-keratoses": 0,
32
+ "Basal-cell-carcinoma": 1,
33
+ "Benign-keratosis-like-lesions": 2,
34
+ "Dermatofibroma": 3,
35
+ "Melanocytic-nevi": 4,
36
+ "Melanoma": 5,
37
+ "Vascular-lesions": 6
38
+ },
39
+ "layer_norm_eps": 1e-05,
40
+ "mlp_ratio": 4.0,
41
+ "model_type": "swin",
42
+ "num_channels": 3,
43
+ "num_heads": [
44
+ 3,
45
+ 6,
46
+ 12,
47
+ 24
48
+ ],
49
+ "num_layers": 4,
50
+ "patch_size": 4,
51
+ "path_norm": true,
52
+ "problem_type": "single_label_classification",
53
+ "qkv_bias": true,
54
+ "torch_dtype": "float32",
55
+ "transformers_version": "4.20.1",
56
+ "use_absolute_embeddings": false,
57
+ "window_size": 7
58
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_resize": true,
4
+ "feature_extractor_type": "ViTFeatureExtractor",
5
+ "image_mean": [
6
+ 0.485,
7
+ 0.456,
8
+ 0.406
9
+ ],
10
+ "image_std": [
11
+ 0.229,
12
+ 0.224,
13
+ 0.225
14
+ ],
15
+ "resample": 3,
16
+ "size": 224
17
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23a2e6f43e8a72f5b5c2cb9ce4fa6c00b5abc88c78f279546ea37020dbef9324
3
+ size 110404975
runs/Jul02_06-35-20_89d1b7a812bf/1656743776.6178715/events.out.tfevents.1656743776.89d1b7a812bf.59.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:873d2b3daa5a7adcc48faf0a939210f0f16f8ed18afa670004e6ae7468599db9
3
+ size 5426
runs/Jul02_06-35-20_89d1b7a812bf/events.out.tfevents.1656743776.89d1b7a812bf.59.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1276ae35fd4b9917f52178ec071eb0a98985609c6c00167c020c6f9919bc1fa
3
+ size 5653
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1f38634e5d29eee288d971b97c217b5e4034cdcffbbfa5dff63e0f64a95850d
3
+ size 3375