Training in progress, epoch 0
Browse files- .gitignore +1 -0
- config.json +56 -0
- preprocessor_config.json +27 -0
- pytorch_model.bin +3 -0
- runs/Aug03_15-01-35_continualai-vps/events.out.tfevents.1691074903.continualai-vps.4150615.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/vivit-b-16x2-kinetics400",
|
3 |
+
"architectures": [
|
4 |
+
"VivitForVideoClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"hidden_act": "gelu_fast",
|
8 |
+
"hidden_dropout_prob": 0.0,
|
9 |
+
"hidden_size": 768,
|
10 |
+
"id2label": {
|
11 |
+
"0": "BaseballPitch",
|
12 |
+
"1": "ApplyEyeMakeup",
|
13 |
+
"2": "BandMarching",
|
14 |
+
"3": "Basketball",
|
15 |
+
"4": "BalanceBeam",
|
16 |
+
"5": "BasketballDunk",
|
17 |
+
"6": "BenchPress",
|
18 |
+
"7": "BabyCrawling",
|
19 |
+
"8": "ApplyLipstick",
|
20 |
+
"9": "Archery"
|
21 |
+
},
|
22 |
+
"image_size": 224,
|
23 |
+
"initializer_range": 0.02,
|
24 |
+
"intermediate_size": 3072,
|
25 |
+
"label2id": {
|
26 |
+
"ApplyEyeMakeup": 1,
|
27 |
+
"ApplyLipstick": 8,
|
28 |
+
"Archery": 9,
|
29 |
+
"BabyCrawling": 7,
|
30 |
+
"BalanceBeam": 4,
|
31 |
+
"BandMarching": 2,
|
32 |
+
"BaseballPitch": 0,
|
33 |
+
"Basketball": 3,
|
34 |
+
"BasketballDunk": 5,
|
35 |
+
"BenchPress": 6
|
36 |
+
},
|
37 |
+
"layer_norm_eps": 1e-06,
|
38 |
+
"model_type": "vivit",
|
39 |
+
"num_attention_heads": 12,
|
40 |
+
"num_channels": 3,
|
41 |
+
"num_frames": 32,
|
42 |
+
"num_hidden_layers": 12,
|
43 |
+
"qkv_bias": true,
|
44 |
+
"torch_dtype": "float32",
|
45 |
+
"transformers_version": "4.31.0",
|
46 |
+
"tubelet_size": [
|
47 |
+
2,
|
48 |
+
16,
|
49 |
+
16
|
50 |
+
],
|
51 |
+
"video_size": [
|
52 |
+
32,
|
53 |
+
224,
|
54 |
+
224
|
55 |
+
]
|
56 |
+
}
|
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 |
+
"image_mean": [
|
11 |
+
0.5,
|
12 |
+
0.5,
|
13 |
+
0.5
|
14 |
+
],
|
15 |
+
"image_processor_type": "VivitImageProcessor",
|
16 |
+
"image_std": [
|
17 |
+
0.5,
|
18 |
+
0.5,
|
19 |
+
0.5
|
20 |
+
],
|
21 |
+
"offset": true,
|
22 |
+
"resample": 2,
|
23 |
+
"rescale_factor": 0.00784313725490196,
|
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:2c7bd8dc372abfd218a00ff9e6f2bcf7d74504ab1aba29431e6b733f364159a0
|
3 |
+
size 354684653
|
runs/Aug03_15-01-35_continualai-vps/events.out.tfevents.1691074903.continualai-vps.4150615.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2433bdc95c5ad4c9dfb3cb4239533576f541f5318c51d0e3d7d488c8e2bb0788
|
3 |
+
size 6034
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:edf34aa51c12a6833b7fbc07afffb7a86d6edf3e8b0104ce6e469c895d20522c
|
3 |
+
size 4091
|