Commit
·
089c2d7
1
Parent(s):
33822f6
Training in progress, epoch 0
Browse files- .gitignore +1 -0
- config.json +39 -0
- preprocessor_config.json +24 -0
- pytorch_model.bin +3 -0
- runs/May24_10-45-20_str-gpu-farm-1/1684925129.6337976/events.out.tfevents.1684925129.str-gpu-farm-1.2553588.1 +3 -0
- runs/May24_10-45-20_str-gpu-farm-1/events.out.tfevents.1684925129.str-gpu-farm-1.2553588.0 +3 -0
- runs/May24_10-58-03_str-gpu-farm-1/1684925890.5949428/events.out.tfevents.1684925890.str-gpu-farm-1.2558516.1 +3 -0
- runs/May24_10-58-03_str-gpu-farm-1/events.out.tfevents.1684925890.str-gpu-farm-1.2558516.0 +3 -0
- runs/May24_11-10-59_str-gpu-farm-1/1684926668.2439554/events.out.tfevents.1684926668.str-gpu-farm-1.2559137.1 +3 -0
- runs/May24_11-10-59_str-gpu-farm-1/events.out.tfevents.1684926668.str-gpu-farm-1.2559137.0 +3 -0
- runs/May24_11-12-34_str-gpu-farm-1/1684926761.7062273/events.out.tfevents.1684926761.str-gpu-farm-1.2560191.1 +3 -0
- runs/May24_11-12-34_str-gpu-farm-1/events.out.tfevents.1684926761.str-gpu-farm-1.2560191.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "MCG-NJU/videomae-huge-finetuned-kinetics",
|
3 |
+
"architectures": [
|
4 |
+
"VideoMAEForVideoClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"decoder_hidden_size": 640,
|
8 |
+
"decoder_intermediate_size": 2560,
|
9 |
+
"decoder_num_attention_heads": 8,
|
10 |
+
"decoder_num_hidden_layers": 12,
|
11 |
+
"hidden_act": "gelu",
|
12 |
+
"hidden_dropout_prob": 0.0,
|
13 |
+
"hidden_size": 1280,
|
14 |
+
"id2label": {
|
15 |
+
"0": "mopping",
|
16 |
+
"1": "no_mopping"
|
17 |
+
},
|
18 |
+
"image_size": 224,
|
19 |
+
"initializer_range": 0.02,
|
20 |
+
"intermediate_size": 5120,
|
21 |
+
"label2id": {
|
22 |
+
"mopping": 0,
|
23 |
+
"no_mopping": 1
|
24 |
+
},
|
25 |
+
"layer_norm_eps": 1e-12,
|
26 |
+
"model_type": "videomae",
|
27 |
+
"norm_pix_loss": true,
|
28 |
+
"num_attention_heads": 16,
|
29 |
+
"num_channels": 3,
|
30 |
+
"num_frames": 16,
|
31 |
+
"num_hidden_layers": 32,
|
32 |
+
"patch_size": 16,
|
33 |
+
"problem_type": "single_label_classification",
|
34 |
+
"qkv_bias": true,
|
35 |
+
"torch_dtype": "float32",
|
36 |
+
"transformers_version": "4.29.2",
|
37 |
+
"tubelet_size": 2,
|
38 |
+
"use_mean_pooling": true
|
39 |
+
}
|
preprocessor_config.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_size": 224,
|
3 |
+
"do_center_crop": true,
|
4 |
+
"do_normalize": true,
|
5 |
+
"do_rescale": true,
|
6 |
+
"do_resize": true,
|
7 |
+
"feature_extractor_type": "VideoMAEFeatureExtractor",
|
8 |
+
"image_mean": [
|
9 |
+
0.485,
|
10 |
+
0.456,
|
11 |
+
0.406
|
12 |
+
],
|
13 |
+
"image_processor_type": "VideoMAEImageProcessor",
|
14 |
+
"image_std": [
|
15 |
+
0.229,
|
16 |
+
0.224,
|
17 |
+
0.225
|
18 |
+
],
|
19 |
+
"resample": 2,
|
20 |
+
"rescale_factor": 0.00392156862745098,
|
21 |
+
"size": {
|
22 |
+
"shortest_edge": 224
|
23 |
+
}
|
24 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1b1a103121328ebfa560efc3c5a70c5ae9059bb858d4cac487ad92ddc2e9f984
|
3 |
+
size 2526606757
|
runs/May24_10-45-20_str-gpu-farm-1/1684925129.6337976/events.out.tfevents.1684925129.str-gpu-farm-1.2553588.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:61c6fb838ef61259300cbe675b51c9520d4a3d1022fb33817b862b893ad40937
|
3 |
+
size 5985
|
runs/May24_10-45-20_str-gpu-farm-1/events.out.tfevents.1684925129.str-gpu-farm-1.2553588.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba761534b840c067e9753a070ef1f36abae78492fa77d1a613a8203d1c13f829
|
3 |
+
size 4361
|
runs/May24_10-58-03_str-gpu-farm-1/1684925890.5949428/events.out.tfevents.1684925890.str-gpu-farm-1.2558516.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cbdf94b8aebc77ef171c0e641ae894d9e07483c8c5d0b0cc2269a61a603a546c
|
3 |
+
size 5985
|
runs/May24_10-58-03_str-gpu-farm-1/events.out.tfevents.1684925890.str-gpu-farm-1.2558516.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:51916983e147e8ca24e150fd4db7421a456fef92526c4146bc63a5a318560d37
|
3 |
+
size 4361
|
runs/May24_11-10-59_str-gpu-farm-1/1684926668.2439554/events.out.tfevents.1684926668.str-gpu-farm-1.2559137.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c945e9c899abdb0dd1d981cc8418be915d04ee37db778c86a70b9fe772ba0fdc
|
3 |
+
size 5985
|
runs/May24_11-10-59_str-gpu-farm-1/events.out.tfevents.1684926668.str-gpu-farm-1.2559137.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d704a486e90251d9f4be87f2f709044b4c76b360fac1bf21c9de7bfe3d2823b4
|
3 |
+
size 4361
|
runs/May24_11-12-34_str-gpu-farm-1/1684926761.7062273/events.out.tfevents.1684926761.str-gpu-farm-1.2560191.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52ce194f83ffe30c7048ebfaa030b237cde160af041b9b30c5894fd34661f790
|
3 |
+
size 5985
|
runs/May24_11-12-34_str-gpu-farm-1/events.out.tfevents.1684926761.str-gpu-farm-1.2560191.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:14b8468fc45174c9fa9afd87ad952c6487e9c05b60ae3777e8c4bc59260784cf
|
3 |
+
size 8417
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b92ff7f37136e53fe87a5c3edb5dca1553492717619f4d3a38997d624660b3d5
|
3 |
+
size 3963
|