Training in progress, epoch 0
Browse files- .gitignore +1 -0
- config.json +69 -0
- preprocessor_config.json +27 -0
- pytorch_model.bin +3 -0
- runs/Feb20_19-05-24_vimlab-System-Product-Name/1676887563.2975364/events.out.tfevents.1676887563.vimlab-System-Product-Name +3 -0
- runs/Feb20_19-05-24_vimlab-System-Product-Name/events.out.tfevents.1676887563.vimlab-System-Product-Name +3 -0
- runs/Feb20_20-59-39_vimlab-System-Product-Name/1676894386.7144675/events.out.tfevents.1676894386.vimlab-System-Product-Name +3 -0
- runs/Feb20_20-59-39_vimlab-System-Product-Name/events.out.tfevents.1676894386.vimlab-System-Product-Name +3 -0
- runs/Feb20_21-00-57_vimlab-System-Product-Name/1676894465.968053/events.out.tfevents.1676894465.vimlab-System-Product-Name +3 -0
- runs/Feb20_21-00-57_vimlab-System-Product-Name/events.out.tfevents.1676894465.vimlab-System-Product-Name +3 -0
- runs/Feb20_21-02-55_vimlab-System-Product-Name/1676894584.2773492/events.out.tfevents.1676894584.vimlab-System-Product-Name +3 -0
- runs/Feb20_21-02-55_vimlab-System-Product-Name/events.out.tfevents.1676894584.vimlab-System-Product-Name +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "MCG-NJU/videomae-base",
|
3 |
+
"architectures": [
|
4 |
+
"VideoMAEForVideoClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"decoder_hidden_size": 384,
|
8 |
+
"decoder_intermediate_size": 1536,
|
9 |
+
"decoder_num_attention_heads": 6,
|
10 |
+
"decoder_num_hidden_layers": 4,
|
11 |
+
"hidden_act": "gelu",
|
12 |
+
"hidden_dropout_prob": 0.0,
|
13 |
+
"hidden_size": 768,
|
14 |
+
"id2label": {
|
15 |
+
"0": "Covering something with something",
|
16 |
+
"1": "Moving part of something",
|
17 |
+
"2": "Moving something down",
|
18 |
+
"3": "Moving something up",
|
19 |
+
"4": "Pushing something from left to right",
|
20 |
+
"5": "Pushing something from right to left",
|
21 |
+
"6": "Putting something into something",
|
22 |
+
"7": "Putting something next to something",
|
23 |
+
"8": "Putting something on a surface",
|
24 |
+
"9": "Something falling like a rock",
|
25 |
+
"10": "Squeezing something",
|
26 |
+
"11": "Taking one of many similar things on the table",
|
27 |
+
"12": "Tearing something into two pieces",
|
28 |
+
"13": "Throwing something",
|
29 |
+
"14": "Throwing something in the air and catching it",
|
30 |
+
"15": "Turning something upside down",
|
31 |
+
"16": "Uncovering something"
|
32 |
+
},
|
33 |
+
"image_size": 224,
|
34 |
+
"initializer_range": 0.02,
|
35 |
+
"intermediate_size": 3072,
|
36 |
+
"label2id": {
|
37 |
+
"Covering something with something": 0,
|
38 |
+
"Moving part of something": 1,
|
39 |
+
"Moving something down": 2,
|
40 |
+
"Moving something up": 3,
|
41 |
+
"Pushing something from left to right": 4,
|
42 |
+
"Pushing something from right to left": 5,
|
43 |
+
"Putting something into something": 6,
|
44 |
+
"Putting something next to something": 7,
|
45 |
+
"Putting something on a surface": 8,
|
46 |
+
"Something falling like a rock": 9,
|
47 |
+
"Squeezing something": 10,
|
48 |
+
"Taking one of many similar things on the table": 11,
|
49 |
+
"Tearing something into two pieces": 12,
|
50 |
+
"Throwing something": 13,
|
51 |
+
"Throwing something in the air and catching it": 14,
|
52 |
+
"Turning something upside down": 15,
|
53 |
+
"Uncovering something": 16
|
54 |
+
},
|
55 |
+
"layer_norm_eps": 1e-12,
|
56 |
+
"model_type": "videomae",
|
57 |
+
"norm_pix_loss": true,
|
58 |
+
"num_attention_heads": 12,
|
59 |
+
"num_channels": 3,
|
60 |
+
"num_frames": 16,
|
61 |
+
"num_hidden_layers": 12,
|
62 |
+
"patch_size": 16,
|
63 |
+
"problem_type": "single_label_classification",
|
64 |
+
"qkv_bias": true,
|
65 |
+
"torch_dtype": "float32",
|
66 |
+
"transformers_version": "4.26.1",
|
67 |
+
"tubelet_size": 2,
|
68 |
+
"use_mean_pooling": false
|
69 |
+
}
|
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_normalize": true,
|
8 |
+
"do_rescale": true,
|
9 |
+
"do_resize": true,
|
10 |
+
"feature_extractor_type": "VideoMAEFeatureExtractor",
|
11 |
+
"image_mean": [
|
12 |
+
0.485,
|
13 |
+
0.456,
|
14 |
+
0.406
|
15 |
+
],
|
16 |
+
"image_processor_type": "VideoMAEFeatureExtractor",
|
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": 224
|
26 |
+
}
|
27 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:723252f990fea42b84b96e49b629fb2d553620d0c18fa4691517688110d050f3
|
3 |
+
size 345028281
|
runs/Feb20_19-05-24_vimlab-System-Product-Name/1676887563.2975364/events.out.tfevents.1676887563.vimlab-System-Product-Name
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4191918222a816f877ddf7bd9894f8e099a46d9b1ce5fbc306ccc66c090f9d24
|
3 |
+
size 5493
|
runs/Feb20_19-05-24_vimlab-System-Product-Name/events.out.tfevents.1676887563.vimlab-System-Product-Name
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b0a5b2206c07d22a5f8cb7c73b1d83bd697d51b7d6ceb211abb2d4c65f92b3d4
|
3 |
+
size 175954
|
runs/Feb20_20-59-39_vimlab-System-Product-Name/1676894386.7144675/events.out.tfevents.1676894386.vimlab-System-Product-Name
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2528af5a1262ed47bc737026713d1b375dd2129ce1b1d0bc43f4764fdb8e8987
|
3 |
+
size 5493
|
runs/Feb20_20-59-39_vimlab-System-Product-Name/events.out.tfevents.1676894386.vimlab-System-Product-Name
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:70f1a52d10448535fd2753ac03112da1bbcd951e056f3b6dd88d655d7f19f127
|
3 |
+
size 8749
|
runs/Feb20_21-00-57_vimlab-System-Product-Name/1676894465.968053/events.out.tfevents.1676894465.vimlab-System-Product-Name
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:34c6ceebea933ab128ee3e0898c90b58c2250b2f59c24d86131ee58df8b0a1b0
|
3 |
+
size 5493
|
runs/Feb20_21-00-57_vimlab-System-Product-Name/events.out.tfevents.1676894465.vimlab-System-Product-Name
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e0a6cada3de0f384eadf580f46e29a89c9eaae381cd9d1209844034609015cb
|
3 |
+
size 10947
|
runs/Feb20_21-02-55_vimlab-System-Product-Name/1676894584.2773492/events.out.tfevents.1676894584.vimlab-System-Product-Name
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:928ae6ee5940f56d14bed1dd6d9569dad0ca0da33dfc3f67fd1490697f258d68
|
3 |
+
size 5493
|
runs/Feb20_21-02-55_vimlab-System-Product-Name/events.out.tfevents.1676894584.vimlab-System-Product-Name
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:634f49946bab9d2b32165d8f7637bb3260c6feadf6527dac5cfc39d39b842aa7
|
3 |
+
size 175954
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4838ecff57abb92197354a5d6fcbd74a029fe3826f1405268af09aaaab0882cc
|
3 |
+
size 3567
|