agestau commited on
Commit
75a9c9b
·
1 Parent(s): 6757a6f

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Loungewear and Nightwear",
28
+ "8": "Scarves",
29
+ "9": "Shoes",
30
+ "10": "Socks",
31
+ "11": "Ties",
32
+ "12": "Topwear",
33
+ "13": "Wallets",
34
+ "14": "Watches"
35
+ },
36
+ "image_size": 224,
37
+ "initializer_range": 0.02,
38
+ "label2id": {
39
+ "Bags": 0,
40
+ "Belts": 1,
41
+ "Bottomwear": 2,
42
+ "Dress": 3,
43
+ "Eyewear": 4,
44
+ "Headwear": 5,
45
+ "Jewellery": 6,
46
+ "Loungewear and Nightwear": 7,
47
+ "Scarves": 8,
48
+ "Shoes": 9,
49
+ "Socks": 10,
50
+ "Ties": 11,
51
+ "Topwear": 12,
52
+ "Wallets": 13,
53
+ "Watches": 14
54
+ },
55
+ "layer_norm_eps": 1e-05,
56
+ "mlp_ratio": 4.0,
57
+ "model_type": "swin",
58
+ "num_channels": 3,
59
+ "num_heads": [
60
+ 3,
61
+ 6,
62
+ 12,
63
+ 24
64
+ ],
65
+ "num_layers": 4,
66
+ "out_features": [
67
+ "stage4"
68
+ ],
69
+ "out_indices": [
70
+ 4
71
+ ],
72
+ "patch_size": 4,
73
+ "path_norm": true,
74
+ "problem_type": "single_label_classification",
75
+ "qkv_bias": true,
76
+ "stage_names": [
77
+ "stem",
78
+ "stage1",
79
+ "stage2",
80
+ "stage3",
81
+ "stage4"
82
+ ],
83
+ "torch_dtype": "float32",
84
+ "transformers_version": "4.28.0",
85
+ "use_absolute_embeddings": false,
86
+ "window_size": 7
87
+ }
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:5b461ed454aca1074b2ea1d0e9ce0e4636899d15277c44acb9343303f523d60b
3
+ size 110434865
runs/May14_12-04-56_7f7021e153e7/1684065917.2088547/events.out.tfevents.1684065917.7f7021e153e7.333.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de986033b11116f53cbbda4e7c23864c548e06f9a32a55934355cc43d9ddfa32
3
+ size 5938
runs/May14_12-04-56_7f7021e153e7/events.out.tfevents.1684065917.7f7021e153e7.333.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:065fdf91d95eb00b9c8fdc18db03accdb0d7ac6794974ae703f9c9199339d5c1
3
+ size 9484
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c7a1504c8e4165ed33ff9c0be09b617f6136cf598d03dbd864fa67c1ebabd03
3
+ size 3643