Training in progress, epoch 0
Browse files- .gitignore +1 -0
- config.json +72 -0
- preprocessor_config.json +27 -0
- pytorch_model.bin +3 -0
- runs/Jul31_01-56-56_4d8ae2de2193/events.out.tfevents.1690768631.4d8ae2de2193.4377.8 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/focalnet-small",
|
3 |
+
"architectures": [
|
4 |
+
"FocalNetForImageClassification"
|
5 |
+
],
|
6 |
+
"depths": [
|
7 |
+
2,
|
8 |
+
2,
|
9 |
+
18,
|
10 |
+
2
|
11 |
+
],
|
12 |
+
"drop_path_rate": 0.1,
|
13 |
+
"embed_dim": 96,
|
14 |
+
"encoder_stride": 32,
|
15 |
+
"focal_levels": [
|
16 |
+
2,
|
17 |
+
2,
|
18 |
+
2,
|
19 |
+
2
|
20 |
+
],
|
21 |
+
"focal_windows": [
|
22 |
+
3,
|
23 |
+
3,
|
24 |
+
3,
|
25 |
+
3
|
26 |
+
],
|
27 |
+
"hidden_act": "gelu",
|
28 |
+
"hidden_dropout_prob": 0.0,
|
29 |
+
"hidden_sizes": [
|
30 |
+
192,
|
31 |
+
384,
|
32 |
+
768,
|
33 |
+
768
|
34 |
+
],
|
35 |
+
"id2label": {
|
36 |
+
"0": "Patacon-False",
|
37 |
+
"1": "Patacon-True"
|
38 |
+
},
|
39 |
+
"image_size": 224,
|
40 |
+
"initializer_range": 0.02,
|
41 |
+
"label2id": {
|
42 |
+
"Patacon-False": 0,
|
43 |
+
"Patacon-True": 1
|
44 |
+
},
|
45 |
+
"layer_norm_eps": 1e-05,
|
46 |
+
"layerscale_value": 0.0001,
|
47 |
+
"mlp_ratio": 4.0,
|
48 |
+
"model_type": "focalnet",
|
49 |
+
"normalize_modulator": false,
|
50 |
+
"num_channels": 3,
|
51 |
+
"out_features": [
|
52 |
+
"stage4"
|
53 |
+
],
|
54 |
+
"out_indices": [
|
55 |
+
4
|
56 |
+
],
|
57 |
+
"patch_size": 4,
|
58 |
+
"problem_type": "single_label_classification",
|
59 |
+
"stage_names": [
|
60 |
+
"stem",
|
61 |
+
"stage1",
|
62 |
+
"stage2",
|
63 |
+
"stage3",
|
64 |
+
"stage4"
|
65 |
+
],
|
66 |
+
"torch_dtype": "float32",
|
67 |
+
"transformers_version": "4.31.0",
|
68 |
+
"use_conv_embed": false,
|
69 |
+
"use_layerscale": false,
|
70 |
+
"use_post_layernorm": false,
|
71 |
+
"use_post_layernorm_in_modulation": false
|
72 |
+
}
|
preprocessor_config.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_size": {
|
3 |
+
"height": 224,
|
4 |
+
"width": 224
|
5 |
+
},
|
6 |
+
"do_center_crop": true,
|
7 |
+
"do_convert_rgb": true,
|
8 |
+
"do_normalize": true,
|
9 |
+
"do_rescale": true,
|
10 |
+
"do_resize": true,
|
11 |
+
"image_mean": [
|
12 |
+
0.485,
|
13 |
+
0.456,
|
14 |
+
0.406
|
15 |
+
],
|
16 |
+
"image_processor_type": "BitImageProcessor",
|
17 |
+
"image_std": [
|
18 |
+
0.229,
|
19 |
+
0.224,
|
20 |
+
0.225
|
21 |
+
],
|
22 |
+
"resample": 2,
|
23 |
+
"rescale_factor": 0.00392156862745098,
|
24 |
+
"size": {
|
25 |
+
"shortest_edge": 256
|
26 |
+
}
|
27 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:595edc1df00a4aac8c548f9aaad72f069595f46a5801efc4c54943bc84554380
|
3 |
+
size 196637789
|
runs/Jul31_01-56-56_4d8ae2de2193/events.out.tfevents.1690768631.4d8ae2de2193.4377.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f83022fd92420063e4cdfbacd34da0c54f4707f3091ae7190bcbaa4aab461275
|
3 |
+
size 6734
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:96d7af03d5555e6a3e085cef8f69fee798b049189bb806eb3bc453dcf881d185
|
3 |
+
size 3963
|