samitizerxu commited on
Commit
4913c7f
·
1 Parent(s): e9f28b0

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/swin-base-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": 128,
15
+ "encoder_stride": 32,
16
+ "hidden_act": "gelu",
17
+ "hidden_dropout_prob": 0.0,
18
+ "hidden_size": 1024,
19
+ "id2label": {
20
+ "0": "1",
21
+ "1": "2",
22
+ "2": "3",
23
+ "3": "4",
24
+ "4": "5",
25
+ "5": "test"
26
+ },
27
+ "image_size": 224,
28
+ "initializer_range": 0.02,
29
+ "label2id": {
30
+ "1": 0,
31
+ "2": 1,
32
+ "3": 2,
33
+ "4": 3,
34
+ "5": 4,
35
+ "test": 5
36
+ },
37
+ "layer_norm_eps": 1e-05,
38
+ "mlp_ratio": 4.0,
39
+ "model_type": "swin",
40
+ "num_channels": 3,
41
+ "num_heads": [
42
+ 4,
43
+ 8,
44
+ 16,
45
+ 32
46
+ ],
47
+ "num_layers": 4,
48
+ "out_features": null,
49
+ "patch_size": 4,
50
+ "path_norm": true,
51
+ "problem_type": "single_label_classification",
52
+ "qkv_bias": true,
53
+ "stage_names": [
54
+ "stem",
55
+ "stage1",
56
+ "stage2",
57
+ "stage3",
58
+ "stage4"
59
+ ],
60
+ "torch_dtype": "float32",
61
+ "transformers_version": "4.26.1",
62
+ "use_absolute_embeddings": false,
63
+ "window_size": 7
64
+ }
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:b9f5dd1e708edcb48337c89e3ca6d6f10d56bc59474b02846e53884c022d121f
3
+ size 347616145
runs/Feb17_02-58-45_w-samue-algae2-f3b7a0206a9144d68ae9e75b724b1ca9-5b79b565c5d9c5k/1676602749.3557785/events.out.tfevents.1676602749.w-samue-algae2-f3b7a0206a9144d68ae9e75b724b1ca9-5b79b565c5d9c5k.2558.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8be3256a6085d2f9dfe07831b5b949667c7312a8febc62661f789eec68d554b6
3
+ size 5731
runs/Feb17_02-58-45_w-samue-algae2-f3b7a0206a9144d68ae9e75b724b1ca9-5b79b565c5d9c5k/events.out.tfevents.1676602749.w-samue-algae2-f3b7a0206a9144d68ae9e75b724b1ca9-5b79b565c5d9c5k.2558.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e43fe81adb86b6b70ec0e469f2dae3b22be01e3279531f31c02d4c91934b20f
3
+ size 5998
runs/Feb17_03-09-22_w-samue-algae2-f3b7a0206a9144d68ae9e75b724b1ca9-5b79b565c5d9c5k/1676603372.7558227/events.out.tfevents.1676603372.w-samue-algae2-f3b7a0206a9144d68ae9e75b724b1ca9-5b79b565c5d9c5k.2558.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b48b1065d7a3fab4f73dd5c9eced7a04309b6ca6ce4825245beef37fe50b827c
3
+ size 5731
runs/Feb17_03-09-22_w-samue-algae2-f3b7a0206a9144d68ae9e75b724b1ca9-5b79b565c5d9c5k/events.out.tfevents.1676603372.w-samue-algae2-f3b7a0206a9144d68ae9e75b724b1ca9-5b79b565c5d9c5k.2558.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fe8ad6b34351e829758bfefdfa79f1e115e42d9eb86cc834f4a0185fd9554cd
3
+ size 6518
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b1337ab9877f81fb2629331c39056c3a463464fe106c30c7cd8f7ac868e691e
3
+ size 3579