morganchen1007 commited on
Commit
2e755b3
1 Parent(s): 9fab84c

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "content",
21
+ "1": "cover"
22
+ },
23
+ "image_size": 224,
24
+ "initializer_range": 0.02,
25
+ "label2id": {
26
+ "content": 0,
27
+ "cover": 1
28
+ },
29
+ "layer_norm_eps": 1e-05,
30
+ "mlp_ratio": 4.0,
31
+ "model_type": "swin",
32
+ "num_channels": 3,
33
+ "num_heads": [
34
+ 3,
35
+ 6,
36
+ 12,
37
+ 24
38
+ ],
39
+ "num_layers": 4,
40
+ "patch_size": 4,
41
+ "path_norm": true,
42
+ "problem_type": "single_label_classification",
43
+ "qkv_bias": true,
44
+ "torch_dtype": "float32",
45
+ "transformers_version": "4.21.1",
46
+ "use_absolute_embeddings": false,
47
+ "window_size": 7
48
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_resize": true,
4
+ "feature_extractor_type": "ViTFeatureExtractor",
5
+ "image_mean": [
6
+ 0.485,
7
+ 0.456,
8
+ 0.406
9
+ ],
10
+ "image_std": [
11
+ 0.229,
12
+ 0.224,
13
+ 0.225
14
+ ],
15
+ "resample": 3,
16
+ "size": 224
17
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bca0c2a199d6228ad0d16b642dcaf9116a6a1bff87a5cc04c034094a150c46d4
3
+ size 110392879
runs/Aug23_16-25-18_tensorflow05/1661243685.0942166/events.out.tfevents.1661243685.tensorflow05.14704.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c4ea616d7edc2c2df6e883325265cbffe203826cfa95a2843f602d6879014a8
3
+ size 5500
runs/Aug23_16-25-18_tensorflow05/events.out.tfevents.1661243685.tensorflow05.14704.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a381f5959b706ddda70d534a39c65202191381fa5709b8745b2e357440dff793
3
+ size 3956
runs/Aug24_10-31-57_tensorflow05/1661308329.6974585/events.out.tfevents.1661308329.tensorflow05.14704.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9dd765c09b6f94a97c39b38533da9b659ed351cadbdb169ce44c4f2855072754
3
+ size 5500
runs/Aug24_10-31-57_tensorflow05/events.out.tfevents.1661308329.tensorflow05.14704.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7eb02a2569b3fab7fa8574d57951c39f773a51b910555e1edbc63a8833de3b53
3
+ size 6755
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de4002bb0a8ba192d345c7fa78ae73e41f97a5b95dce7489a658e810f608c6c9
3
+ size 3375