Training in progress, epoch 0
Browse files- .gitignore +1 -0
- config.json +57 -0
- preprocessor_config.json +27 -0
- pytorch_model.bin +3 -0
- runs/Jun08_21-12-29_cn-g023/1686273156.1048212/events.out.tfevents.1686273156.cn-g023 +3 -0
- runs/Jun08_21-12-29_cn-g023/events.out.tfevents.1686273156.cn-g023 +3 -0
- runs/Jun08_21-18-29_cn-g023/1686273514.3693337/events.out.tfevents.1686273514.cn-g023 +3 -0
- runs/Jun08_21-18-29_cn-g023/events.out.tfevents.1686273514.cn-g023 +3 -0
- runs/Jun08_21-27-30_cn-g023/1686274055.8637311/events.out.tfevents.1686274055.cn-g023 +3 -0
- runs/Jun08_21-27-30_cn-g023/events.out.tfevents.1686274055.cn-g023 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "back_pain",
|
16 |
+
"1": "chest_pain",
|
17 |
+
"2": "falling_down",
|
18 |
+
"3": "hand_waving",
|
19 |
+
"4": "headache",
|
20 |
+
"5": "nausea_vomiting",
|
21 |
+
"6": "neck_pain",
|
22 |
+
"7": "sit_down",
|
23 |
+
"8": "sneeze_cough",
|
24 |
+
"9": "staggering",
|
25 |
+
"10": "stand_up"
|
26 |
+
},
|
27 |
+
"image_size": 224,
|
28 |
+
"initializer_range": 0.02,
|
29 |
+
"intermediate_size": 3072,
|
30 |
+
"label2id": {
|
31 |
+
"back_pain": 0,
|
32 |
+
"chest_pain": 1,
|
33 |
+
"falling_down": 2,
|
34 |
+
"hand_waving": 3,
|
35 |
+
"headache": 4,
|
36 |
+
"nausea_vomiting": 5,
|
37 |
+
"neck_pain": 6,
|
38 |
+
"sit_down": 7,
|
39 |
+
"sneeze_cough": 8,
|
40 |
+
"staggering": 9,
|
41 |
+
"stand_up": 10
|
42 |
+
},
|
43 |
+
"layer_norm_eps": 1e-12,
|
44 |
+
"model_type": "videomae",
|
45 |
+
"norm_pix_loss": true,
|
46 |
+
"num_attention_heads": 12,
|
47 |
+
"num_channels": 3,
|
48 |
+
"num_frames": 16,
|
49 |
+
"num_hidden_layers": 12,
|
50 |
+
"patch_size": 16,
|
51 |
+
"problem_type": "single_label_classification",
|
52 |
+
"qkv_bias": true,
|
53 |
+
"torch_dtype": "float32",
|
54 |
+
"transformers_version": "4.28.0.dev0",
|
55 |
+
"tubelet_size": 2,
|
56 |
+
"use_mean_pooling": false
|
57 |
+
}
|
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": "VideoMAEImageProcessor",
|
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:5d8db4fefd0a4be49a0441bb6a37fe97791c2b376e0fd2fafea2c30c10e98302
|
3 |
+
size 345006581
|
runs/Jun08_21-12-29_cn-g023/1686273156.1048212/events.out.tfevents.1686273156.cn-g023
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:41612db933b1448d1b0b1bd0d21aad2727daf0bd7e006afe5ea09a9c0ef8297a
|
3 |
+
size 5576
|
runs/Jun08_21-12-29_cn-g023/events.out.tfevents.1686273156.cn-g023
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bba9bb31cadfc89280c1f468f3808256b3152ebce3897261ce53091c1a9d80f9
|
3 |
+
size 4635
|
runs/Jun08_21-18-29_cn-g023/1686273514.3693337/events.out.tfevents.1686273514.cn-g023
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2684777fe7f90a7e785caad8840b730f82e09a45d846ac2df80eeb7b3c6597ce
|
3 |
+
size 5576
|
runs/Jun08_21-18-29_cn-g023/events.out.tfevents.1686273514.cn-g023
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c9543311c25aad1f23457d1db395a89fc49bf573ba2638593dd4ffd56038162
|
3 |
+
size 4635
|
runs/Jun08_21-27-30_cn-g023/1686274055.8637311/events.out.tfevents.1686274055.cn-g023
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:68cc84ba13393e494784157184cc3b15e889e7ef8791700d97401729da70466c
|
3 |
+
size 5576
|
runs/Jun08_21-27-30_cn-g023/events.out.tfevents.1686274055.cn-g023
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ecc0b5e5dd1066fb28404aa81ebdcc602188170c237098c4ce39499bacad2546
|
3 |
+
size 17944
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e4a8202d5489ce62d9ac5d35e61c69382b42c071e634e076c876092ee4f09300
|
3 |
+
size 3643
|