fpsandnoob
commited on
Commit
•
d27dbff
1
Parent(s):
99fc78e
Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +28 -0
- preprocessor_config.json +22 -0
- pytorch_model.bin +3 -0
- runs/Feb14_20-05-10_ch4090-x/1676376334.6815183/events.out.tfevents.1676376334.ch4090-x.1051359.1 +3 -0
- runs/Feb14_20-05-10_ch4090-x/events.out.tfevents.1676376334.ch4090-x.1051359.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/vit-base-patch32-224-in21k",
|
3 |
+
"architectures": [
|
4 |
+
"ViTMAEForPreTraining"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"decoder_hidden_size": 512,
|
8 |
+
"decoder_intermediate_size": 2048,
|
9 |
+
"decoder_num_attention_heads": 16,
|
10 |
+
"decoder_num_hidden_layers": 8,
|
11 |
+
"hidden_act": "gelu",
|
12 |
+
"hidden_dropout_prob": 0.0,
|
13 |
+
"hidden_size": 768,
|
14 |
+
"image_size": 224,
|
15 |
+
"initializer_range": 0.02,
|
16 |
+
"intermediate_size": 3072,
|
17 |
+
"layer_norm_eps": 1e-12,
|
18 |
+
"mask_ratio": 0.75,
|
19 |
+
"model_type": "vit_mae",
|
20 |
+
"norm_pix_loss": true,
|
21 |
+
"num_attention_heads": 12,
|
22 |
+
"num_channels": 3,
|
23 |
+
"num_hidden_layers": 12,
|
24 |
+
"patch_size": 32,
|
25 |
+
"qkv_bias": true,
|
26 |
+
"torch_dtype": "float32",
|
27 |
+
"transformers_version": "4.27.0.dev0"
|
28 |
+
}
|
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.5,
|
7 |
+
0.5,
|
8 |
+
0.5
|
9 |
+
],
|
10 |
+
"image_processor_type": "ViTImageProcessor",
|
11 |
+
"image_std": [
|
12 |
+
0.5,
|
13 |
+
0.5,
|
14 |
+
0.5
|
15 |
+
],
|
16 |
+
"resample": 2,
|
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:64c18f88b92bd8059f77a632bad034077f574eb3ad53625155a82d3c1c9baebb
|
3 |
+
size 458798789
|
runs/Feb14_20-05-10_ch4090-x/1676376334.6815183/events.out.tfevents.1676376334.ch4090-x.1051359.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9875ea4fe0d7d0cf016b649b05b952812fc435344d180e125d85f144b8ef8c68
|
3 |
+
size 5832
|
runs/Feb14_20-05-10_ch4090-x/events.out.tfevents.1676376334.ch4090-x.1051359.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5e71e47b94db064553e3c2e1338ce642e1f3f15176aba1c7c851b59b7116be19
|
3 |
+
size 5047
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:823c485baba9ea01954169245537ce065281afc1722cf14f8d059a8604858a2d
|
3 |
+
size 3643
|