onizukal commited on
Commit
2557cc1
1 Parent(s): b9be449

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/swin-large-patch4-window7-224-in22k",
3
+ "architectures": [
4
+ "SwinForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "depths": [
8
+ 2,
9
+ 2,
10
+ 18,
11
+ 2
12
+ ],
13
+ "drop_path_rate": 0.1,
14
+ "embed_dim": 192,
15
+ "encoder_stride": 32,
16
+ "hidden_act": "gelu",
17
+ "hidden_dropout_prob": 0.0,
18
+ "hidden_size": 1536,
19
+ "id2label": {
20
+ "0": "AmorfHead",
21
+ "1": "AsymmetricNeck",
22
+ "10": "RoundHead",
23
+ "11": "ShortTail",
24
+ "12": "TaperedHead",
25
+ "13": "ThickNeck",
26
+ "14": "ThinNeck",
27
+ "15": "TwistedNeck",
28
+ "16": "TwistedTail",
29
+ "17": "VacuolatedHead",
30
+ "2": "CurlyTail",
31
+ "3": "DoubleHead",
32
+ "4": "DoubleTail",
33
+ "5": "LongTail",
34
+ "6": "NarrowAcrosome",
35
+ "7": "Normal",
36
+ "8": "PinHead",
37
+ "9": "PyriformHead"
38
+ },
39
+ "image_size": 224,
40
+ "initializer_range": 0.02,
41
+ "label2id": {
42
+ "AmorfHead": "0",
43
+ "AsymmetricNeck": "1",
44
+ "CurlyTail": "2",
45
+ "DoubleHead": "3",
46
+ "DoubleTail": "4",
47
+ "LongTail": "5",
48
+ "NarrowAcrosome": "6",
49
+ "Normal": "7",
50
+ "PinHead": "8",
51
+ "PyriformHead": "9",
52
+ "RoundHead": "10",
53
+ "ShortTail": "11",
54
+ "TaperedHead": "12",
55
+ "ThickNeck": "13",
56
+ "ThinNeck": "14",
57
+ "TwistedNeck": "15",
58
+ "TwistedTail": "16",
59
+ "VacuolatedHead": "17"
60
+ },
61
+ "layer_norm_eps": 1e-05,
62
+ "mlp_ratio": 4.0,
63
+ "model_type": "swin",
64
+ "num_channels": 3,
65
+ "num_heads": [
66
+ 6,
67
+ 12,
68
+ 24,
69
+ 48
70
+ ],
71
+ "num_layers": 4,
72
+ "out_features": [
73
+ "stage4"
74
+ ],
75
+ "out_indices": [
76
+ 4
77
+ ],
78
+ "patch_size": 4,
79
+ "path_norm": true,
80
+ "problem_type": "single_label_classification",
81
+ "qkv_bias": true,
82
+ "stage_names": [
83
+ "stem",
84
+ "stage1",
85
+ "stage2",
86
+ "stage3",
87
+ "stage4"
88
+ ],
89
+ "torch_dtype": "float32",
90
+ "transformers_version": "4.32.1",
91
+ "use_absolute_embeddings": false,
92
+ "window_size": 7
93
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_rescale": true,
4
+ "do_resize": true,
5
+ "image_mean": [
6
+ 0.485,
7
+ 0.456,
8
+ 0.406
9
+ ],
10
+ "image_processor_type": "ViTImageProcessor",
11
+ "image_std": [
12
+ 0.229,
13
+ 0.224,
14
+ 0.225
15
+ ],
16
+ "resample": 3,
17
+ "rescale_factor": 0.00392156862745098,
18
+ "size": {
19
+ "height": 224,
20
+ "width": 224
21
+ }
22
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79b7630054d796ffb13131615b80cd4983776d812db043dad8664b6fa0a8d913
3
+ size 780711054
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5aacad1cc6eef04a525b028a86ba640477178c695eb0a55fcffdc1481f5c311
3
+ size 4664