duyngocadn
commited on
Commit
•
57809dc
1
Parent(s):
db35915
Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +55 -0
- preprocessor_config.json +27 -0
- pytorch_model.bin +3 -0
- runs/Jan30_12-19-01_34bcb3d205dd/1675081165.7993524/events.out.tfevents.1675081165.34bcb3d205dd.227.1 +3 -0
- runs/Jan30_12-19-01_34bcb3d205dd/events.out.tfevents.1675081165.34bcb3d205dd.227.0 +3 -0
- runs/Jan30_12-20-16_34bcb3d205dd/1675081230.4059324/events.out.tfevents.1675081230.34bcb3d205dd.227.3 +3 -0
- runs/Jan30_12-20-16_34bcb3d205dd/events.out.tfevents.1675081230.34bcb3d205dd.227.2 +3 -0
- runs/Jan30_12-22-50_34bcb3d205dd/1675081386.6746745/events.out.tfevents.1675081386.34bcb3d205dd.5532.1 +3 -0
- runs/Jan30_12-22-50_34bcb3d205dd/events.out.tfevents.1675081386.34bcb3d205dd.5532.0 +3 -0
- runs/Jan30_12-29-05_34bcb3d205dd/1675081760.8848147/events.out.tfevents.1675081760.34bcb3d205dd.7345.1 +3 -0
- runs/Jan30_12-29-05_34bcb3d205dd/events.out.tfevents.1675081760.34bcb3d205dd.7345.0 +3 -0
- runs/Jan30_12-45-28_34bcb3d205dd/1675082736.2000763/events.out.tfevents.1675082736.34bcb3d205dd.7345.3 +3 -0
- runs/Jan30_12-45-28_34bcb3d205dd/1675082994.6842773/events.out.tfevents.1675082994.34bcb3d205dd.7345.5 +3 -0
- runs/Jan30_12-45-28_34bcb3d205dd/1675083027.741433/events.out.tfevents.1675083027.34bcb3d205dd.7345.7 +3 -0
- runs/Jan30_12-45-28_34bcb3d205dd/events.out.tfevents.1675082736.34bcb3d205dd.7345.2 +3 -0
- runs/Jan30_12-45-28_34bcb3d205dd/events.out.tfevents.1675082994.34bcb3d205dd.7345.4 +3 -0
- runs/Jan30_12-45-28_34bcb3d205dd/events.out.tfevents.1675083027.34bcb3d205dd.7345.6 +3 -0
- runs/Jan30_12-51-09_34bcb3d205dd/1675083099.0617564/events.out.tfevents.1675083099.34bcb3d205dd.13070.1 +3 -0
- runs/Jan30_12-51-09_34bcb3d205dd/1675083127.480195/events.out.tfevents.1675083127.34bcb3d205dd.13070.3 +3 -0
- runs/Jan30_12-51-09_34bcb3d205dd/events.out.tfevents.1675083099.34bcb3d205dd.13070.0 +3 -0
- runs/Jan30_12-51-09_34bcb3d205dd/events.out.tfevents.1675083127.34bcb3d205dd.13070.2 +3 -0
- runs/Jan30_12-57-29_34bcb3d205dd/1675083459.972408/events.out.tfevents.1675083459.34bcb3d205dd.13070.5 +3 -0
- runs/Jan30_12-57-29_34bcb3d205dd/events.out.tfevents.1675083459.34bcb3d205dd.13070.4 +3 -0
- runs/Jan30_12-58-25_34bcb3d205dd/1675083521.786177/events.out.tfevents.1675083521.34bcb3d205dd.15082.1 +3 -0
- runs/Jan30_12-58-25_34bcb3d205dd/events.out.tfevents.1675083521.34bcb3d205dd.15082.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "ApplyEyeMakeup",
|
16 |
+
"1": "ApplyLipstick",
|
17 |
+
"2": "Archery",
|
18 |
+
"3": "BabyCrawling",
|
19 |
+
"4": "BalanceBeam",
|
20 |
+
"5": "BandMarching",
|
21 |
+
"6": "BaseballPitch",
|
22 |
+
"7": "Basketball",
|
23 |
+
"8": "BasketballDunk",
|
24 |
+
"9": "BenchPress"
|
25 |
+
},
|
26 |
+
"image_size": 224,
|
27 |
+
"initializer_range": 0.02,
|
28 |
+
"intermediate_size": 3072,
|
29 |
+
"label2id": {
|
30 |
+
"ApplyEyeMakeup": 0,
|
31 |
+
"ApplyLipstick": 1,
|
32 |
+
"Archery": 2,
|
33 |
+
"BabyCrawling": 3,
|
34 |
+
"BalanceBeam": 4,
|
35 |
+
"BandMarching": 5,
|
36 |
+
"BaseballPitch": 6,
|
37 |
+
"Basketball": 7,
|
38 |
+
"BasketballDunk": 8,
|
39 |
+
"BenchPress": 9
|
40 |
+
},
|
41 |
+
"layer_norm_eps": 1e-12,
|
42 |
+
"model_type": "videomae",
|
43 |
+
"norm_pix_loss": true,
|
44 |
+
"num_attention_heads": 12,
|
45 |
+
"num_channels": 3,
|
46 |
+
"num_frames": 16,
|
47 |
+
"num_hidden_layers": 12,
|
48 |
+
"patch_size": 16,
|
49 |
+
"problem_type": "single_label_classification",
|
50 |
+
"qkv_bias": true,
|
51 |
+
"torch_dtype": "float32",
|
52 |
+
"transformers_version": "4.26.0",
|
53 |
+
"tubelet_size": 2,
|
54 |
+
"use_mean_pooling": false
|
55 |
+
}
|
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:a20cd4a68104ffaa89507d9d67bb3e919aa67ba336d7101f4e34ada37bdc3bef
|
3 |
+
size 345003509
|
runs/Jan30_12-19-01_34bcb3d205dd/1675081165.7993524/events.out.tfevents.1675081165.34bcb3d205dd.227.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dad701df21afac72b29e714b6e6bc0a92aa7751a25476a3062323788b54665d2
|
3 |
+
size 5731
|
runs/Jan30_12-19-01_34bcb3d205dd/events.out.tfevents.1675081165.34bcb3d205dd.227.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7f126eca8e187855f556ee35e9b7bd95a060dbdada7f8930b306aa318b33df06
|
3 |
+
size 4510
|
runs/Jan30_12-20-16_34bcb3d205dd/1675081230.4059324/events.out.tfevents.1675081230.34bcb3d205dd.227.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1ebb62a7e9c1b4a223b1b9719b5793a31a84d582f3e70bd6a5ee88af5dab9326
|
3 |
+
size 5731
|
runs/Jan30_12-20-16_34bcb3d205dd/events.out.tfevents.1675081230.34bcb3d205dd.227.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b4a5c1fb717a2e975bb094f04a60c86e6b2333de56eeec5607b9c99954b99f7
|
3 |
+
size 4136
|
runs/Jan30_12-22-50_34bcb3d205dd/1675081386.6746745/events.out.tfevents.1675081386.34bcb3d205dd.5532.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4f853de4b95cd0db5f1c19028e0cb48671b4ad38f91229360bfe9ac9e2014322
|
3 |
+
size 5731
|
runs/Jan30_12-22-50_34bcb3d205dd/events.out.tfevents.1675081386.34bcb3d205dd.5532.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e31a33f5bcb34fa710a25f7d6f39de3da11feb21ff63a6e0cb79df9889f7274c
|
3 |
+
size 5588
|
runs/Jan30_12-29-05_34bcb3d205dd/1675081760.8848147/events.out.tfevents.1675081760.34bcb3d205dd.7345.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d539bd61c2d29da52e328d1e164f4a53e894d6ba5a648112ca461bd94602c01
|
3 |
+
size 5731
|
runs/Jan30_12-29-05_34bcb3d205dd/events.out.tfevents.1675081760.34bcb3d205dd.7345.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d27f4c46cc96b4f87a9f5cbfc07912e5f8a4369b11d3c9c7435674d375cc489
|
3 |
+
size 5588
|
runs/Jan30_12-45-28_34bcb3d205dd/1675082736.2000763/events.out.tfevents.1675082736.34bcb3d205dd.7345.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1a0f28f856fba7040bba500e14b062205e6927de019ffda3bbd8a109c7a83a7c
|
3 |
+
size 5731
|
runs/Jan30_12-45-28_34bcb3d205dd/1675082994.6842773/events.out.tfevents.1675082994.34bcb3d205dd.7345.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b9de500981665f3d2c454e36930af5e48732191fc0b0fb8cf9951b5531487b56
|
3 |
+
size 5731
|
runs/Jan30_12-45-28_34bcb3d205dd/1675083027.741433/events.out.tfevents.1675083027.34bcb3d205dd.7345.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40c5d5c4fbf01f6b0776acdab9d672269b8ecd96224d0ae01809a52aec295c5e
|
3 |
+
size 5731
|
runs/Jan30_12-45-28_34bcb3d205dd/events.out.tfevents.1675082736.34bcb3d205dd.7345.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:34b8fd92524b30df125ca24a55a97864e9b2e054bd0c2eefa1ecdc15584cbce2
|
3 |
+
size 5587
|
runs/Jan30_12-45-28_34bcb3d205dd/events.out.tfevents.1675082994.34bcb3d205dd.7345.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77df3e78c89436c71268a86e3165be413093050a17bb3bcd4fdfdbf29dc90b4b
|
3 |
+
size 4558
|
runs/Jan30_12-45-28_34bcb3d205dd/events.out.tfevents.1675083027.34bcb3d205dd.7345.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e6d9f53372a1d9113e45c469bffbc79d4062c9e6b9de1ed5b1208dd4bb6d45f
|
3 |
+
size 4558
|
runs/Jan30_12-51-09_34bcb3d205dd/1675083099.0617564/events.out.tfevents.1675083099.34bcb3d205dd.13070.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e92765d36ce96e30afbd4a301ce8a0fa8f468496fcbac8e9e7feac8da419e3e
|
3 |
+
size 5731
|
runs/Jan30_12-51-09_34bcb3d205dd/1675083127.480195/events.out.tfevents.1675083127.34bcb3d205dd.13070.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c93390fd8629a1667426bdb63d5445d6bdd1f0546aadb8d1e1f421ca68d17cb
|
3 |
+
size 5731
|
runs/Jan30_12-51-09_34bcb3d205dd/events.out.tfevents.1675083099.34bcb3d205dd.13070.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ffc736c437aebc374d0c863e6aee3e6a4e6fe7e4c6db229217e0b6de90f30673
|
3 |
+
size 4509
|
runs/Jan30_12-51-09_34bcb3d205dd/events.out.tfevents.1675083127.34bcb3d205dd.13070.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cdd480208e02708b1538c02b1d94e9c46cb00dcee1aa32a62e3938743f3d5abf
|
3 |
+
size 5587
|
runs/Jan30_12-57-29_34bcb3d205dd/1675083459.972408/events.out.tfevents.1675083459.34bcb3d205dd.13070.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de57ea20062f8fd24baba021c104b1110660196082568d791a47a79f63102827
|
3 |
+
size 5731
|
runs/Jan30_12-57-29_34bcb3d205dd/events.out.tfevents.1675083459.34bcb3d205dd.13070.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:975679a26090431659db77085746ffb0c6bcc80ccaa3f438a5c95f0893a1c296
|
3 |
+
size 4136
|
runs/Jan30_12-58-25_34bcb3d205dd/1675083521.786177/events.out.tfevents.1675083521.34bcb3d205dd.15082.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5631ff618be730d90494fff0388a57e06b74a02f4c3cbfa9edb04060bbe314f6
|
3 |
+
size 5731
|
runs/Jan30_12-58-25_34bcb3d205dd/events.out.tfevents.1675083521.34bcb3d205dd.15082.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:479ddba5484452bbdd2dc9c3f6e0837594fcd9f7d86af530be041d9fbe5f8479
|
3 |
+
size 5904
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f2a3536b7909a2bce443d3ad6a17b1fc26519f465f6f9c8c6bc27a9685922da5
|
3 |
+
size 3515
|