eric1993 commited on
Commit
7cf67d1
1 Parent(s): c4ffb74

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "airplane",
21
+ "1": "automobile",
22
+ "2": "bird",
23
+ "3": "cat",
24
+ "4": "deer",
25
+ "5": "dog",
26
+ "6": "frog",
27
+ "7": "horse",
28
+ "8": "ship",
29
+ "9": "truck"
30
+ },
31
+ "image_size": 224,
32
+ "initializer_range": 0.02,
33
+ "label2id": {
34
+ "airplane": 0,
35
+ "automobile": 1,
36
+ "bird": 2,
37
+ "cat": 3,
38
+ "deer": 4,
39
+ "dog": 5,
40
+ "frog": 6,
41
+ "horse": 7,
42
+ "ship": 8,
43
+ "truck": 9
44
+ },
45
+ "layer_norm_eps": 1e-05,
46
+ "mlp_ratio": 4.0,
47
+ "model_type": "swin",
48
+ "num_channels": 3,
49
+ "num_heads": [
50
+ 3,
51
+ 6,
52
+ 12,
53
+ 24
54
+ ],
55
+ "num_layers": 4,
56
+ "out_features": null,
57
+ "patch_size": 4,
58
+ "path_norm": true,
59
+ "problem_type": "single_label_classification",
60
+ "qkv_bias": true,
61
+ "stage_names": [
62
+ "stem",
63
+ "stage1",
64
+ "stage2",
65
+ "stage3",
66
+ "stage4"
67
+ ],
68
+ "torch_dtype": "float32",
69
+ "transformers_version": "4.26.1",
70
+ "use_absolute_embeddings": false,
71
+ "window_size": 7
72
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_rescale": true,
4
+ "do_resize": true,
5
+ "feature_extractor_type": "ViTFeatureExtractor",
6
+ "image_mean": [
7
+ 0.485,
8
+ 0.456,
9
+ 0.406
10
+ ],
11
+ "image_processor_type": "ViTFeatureExtractor",
12
+ "image_std": [
13
+ 0.229,
14
+ 0.224,
15
+ 0.225
16
+ ],
17
+ "resample": 3,
18
+ "rescale_factor": 0.00392156862745098,
19
+ "size": {
20
+ "height": 224,
21
+ "width": 224
22
+ }
23
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c405d0eb775cf139ec605fb187788317a11e613d27b2a9b7e9a35cef2a1f495
3
+ size 110419441
runs/Mar08_06-53-44_232f4e97e2ad/1678258528.7346797/events.out.tfevents.1678258528.232f4e97e2ad.542.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10bbcd5e73dae4d78d192e7f6f71d4b062e381461e5f1736d6a5210beddd0119
3
+ size 5758
runs/Mar08_06-53-44_232f4e97e2ad/events.out.tfevents.1678258528.232f4e97e2ad.542.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6a570475d54e3d5bfd22f717c77503f9cdb9f6276f6dd39a46f09778d7a581f
3
+ size 10281
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:855700e086e66f6d25cda79b6a663213e422f2f648c67980ce797e21aca8ef25
3
+ size 3579