Training in progress, epoch 0
Browse files- .gitignore +1 -0
- config.json +65 -0
- preprocessor_config.json +23 -0
- pytorch_model.bin +3 -0
- runs/Apr17_11-49-22_5910a653ef0c/1681732174.3704443/events.out.tfevents.1681732174.5910a653ef0c.229.1 +3 -0
- runs/Apr17_11-49-22_5910a653ef0c/events.out.tfevents.1681732174.5910a653ef0c.229.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
checkpoint-*/
|
config.json
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": "jeans",
|
| 21 |
+
"1": "leggings",
|
| 22 |
+
"2": "macco",
|
| 23 |
+
"3": "sweatpants"
|
| 24 |
+
},
|
| 25 |
+
"image_size": 224,
|
| 26 |
+
"initializer_range": 0.02,
|
| 27 |
+
"label2id": {
|
| 28 |
+
"jeans": 0,
|
| 29 |
+
"leggings": 1,
|
| 30 |
+
"macco": 2,
|
| 31 |
+
"sweatpants": 3
|
| 32 |
+
},
|
| 33 |
+
"layer_norm_eps": 1e-05,
|
| 34 |
+
"mlp_ratio": 4.0,
|
| 35 |
+
"model_type": "swin",
|
| 36 |
+
"num_channels": 3,
|
| 37 |
+
"num_heads": [
|
| 38 |
+
3,
|
| 39 |
+
6,
|
| 40 |
+
12,
|
| 41 |
+
24
|
| 42 |
+
],
|
| 43 |
+
"num_layers": 4,
|
| 44 |
+
"out_features": [
|
| 45 |
+
"stage4"
|
| 46 |
+
],
|
| 47 |
+
"out_indices": [
|
| 48 |
+
4
|
| 49 |
+
],
|
| 50 |
+
"patch_size": 4,
|
| 51 |
+
"path_norm": true,
|
| 52 |
+
"problem_type": "single_label_classification",
|
| 53 |
+
"qkv_bias": true,
|
| 54 |
+
"stage_names": [
|
| 55 |
+
"stem",
|
| 56 |
+
"stage1",
|
| 57 |
+
"stage2",
|
| 58 |
+
"stage3",
|
| 59 |
+
"stage4"
|
| 60 |
+
],
|
| 61 |
+
"torch_dtype": "float32",
|
| 62 |
+
"transformers_version": "4.28.1",
|
| 63 |
+
"use_absolute_embeddings": false,
|
| 64 |
+
"window_size": 7
|
| 65 |
+
}
|
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:fb5895b2299e3b7bb28342c845e5100fe85f02df2894edffe1ee8bd60038b8bc
|
| 3 |
+
size 110401009
|
runs/Apr17_11-49-22_5910a653ef0c/1681732174.3704443/events.out.tfevents.1681732174.5910a653ef0c.229.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9160a098f14cc6478d3f18476dd79b9ae5e52a8f167600babc4ab7f3d8401d05
|
| 3 |
+
size 5970
|
runs/Apr17_11-49-22_5910a653ef0c/events.out.tfevents.1681732174.5910a653ef0c.229.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ba19b2d52ae2ca997d62fa877890ee43159efca58d4a9101d72d697297b60360
|
| 3 |
+
size 7496
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9fbbe505876584a4c69fbfd47a7ad6fbcf0a65a65dc3c138abde27c20eab31eb
|
| 3 |
+
size 3643
|