agestau commited on
Commit
839c09e
1 Parent(s): ac1dd57

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Bags",
21
+ "1": "Belts",
22
+ "2": "Bottomwear",
23
+ "3": "Dress",
24
+ "4": "Eyewear",
25
+ "5": "Headwear",
26
+ "6": "Jewellery",
27
+ "7": "Scarves",
28
+ "8": "Shoes",
29
+ "9": "Socks",
30
+ "10": "Ties",
31
+ "11": "Topwear",
32
+ "12": "Wallets",
33
+ "13": "Watches"
34
+ },
35
+ "image_size": 224,
36
+ "initializer_range": 0.02,
37
+ "label2id": {
38
+ "Bags": 0,
39
+ "Belts": 1,
40
+ "Bottomwear": 2,
41
+ "Dress": 3,
42
+ "Eyewear": 4,
43
+ "Headwear": 5,
44
+ "Jewellery": 6,
45
+ "Scarves": 7,
46
+ "Shoes": 8,
47
+ "Socks": 9,
48
+ "Ties": 10,
49
+ "Topwear": 11,
50
+ "Wallets": 12,
51
+ "Watches": 13
52
+ },
53
+ "layer_norm_eps": 1e-05,
54
+ "mlp_ratio": 4.0,
55
+ "model_type": "swin",
56
+ "num_channels": 3,
57
+ "num_heads": [
58
+ 3,
59
+ 6,
60
+ 12,
61
+ 24
62
+ ],
63
+ "num_layers": 4,
64
+ "out_features": [
65
+ "stage4"
66
+ ],
67
+ "out_indices": [
68
+ 4
69
+ ],
70
+ "patch_size": 4,
71
+ "path_norm": true,
72
+ "problem_type": "single_label_classification",
73
+ "qkv_bias": true,
74
+ "stage_names": [
75
+ "stem",
76
+ "stage1",
77
+ "stage2",
78
+ "stage3",
79
+ "stage4"
80
+ ],
81
+ "torch_dtype": "float32",
82
+ "transformers_version": "4.28.0",
83
+ "use_absolute_embeddings": false,
84
+ "window_size": 7
85
+ }
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:7ac7c93abd2df34deed7931d7bcc2da2c324f4bbc4450dd12b372a96df9ecf76
3
+ size 110431729
runs/May16_03-51-03_7aa1ab956eaa/1684209085.9820638/events.out.tfevents.1684209085.7aa1ab956eaa.2418.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96e6171bd8f68630125f358972582230d91bea0a94f885805d0cd190a99a940e
3
+ size 5926
runs/May16_03-51-03_7aa1ab956eaa/events.out.tfevents.1684209085.7aa1ab956eaa.2418.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05c2367e7309e910fe56e8e3b5842a4901b2404e7c837134ffde39d932aefe88
3
+ size 9084
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:849d3bda789925484d0a0a6cae304fe91ab306855bd545abdba23ed2bdaae968
3
+ size 3643