Training in progress, epoch 0
Browse files- .gitignore +1 -0
- config.json +232 -0
- preprocessor_config.json +26 -0
- pytorch_model.bin +3 -0
- runs/Oct31_13-41-30_continualai-vps/events.out.tfevents.1698759699.continualai-vps.809558.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,232 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "NiiCole/timesformer-base-finetuned-k400-continual-lora-ucf101-til-02",
|
3 |
+
"architectures": [
|
4 |
+
"TimesformerForVideoClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"attention_type": "divided_space_time",
|
8 |
+
"drop_path_rate": 0,
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.0,
|
11 |
+
"hidden_size": 768,
|
12 |
+
"id2label": {
|
13 |
+
"0": "ApplyEyeMakeup",
|
14 |
+
"1": "ApplyLipstick",
|
15 |
+
"2": "Archery",
|
16 |
+
"3": "BabyCrawling",
|
17 |
+
"4": "BalanceBeam",
|
18 |
+
"5": "BandMarching",
|
19 |
+
"6": "BaseballPitch",
|
20 |
+
"7": "Basketball",
|
21 |
+
"8": "BasketballDunk",
|
22 |
+
"9": "BenchPress",
|
23 |
+
"10": "Biking",
|
24 |
+
"11": "Billiards",
|
25 |
+
"12": "BlowDryHair",
|
26 |
+
"13": "BlowingCandles",
|
27 |
+
"14": "BodyWeightSquats",
|
28 |
+
"15": "Bowling",
|
29 |
+
"16": "BoxingPunchingBag",
|
30 |
+
"17": "BoxingSpeedBag",
|
31 |
+
"18": "BreastStroke",
|
32 |
+
"19": "BrushingTeeth",
|
33 |
+
"20": "CleanAndJerk",
|
34 |
+
"21": "CliffDiving",
|
35 |
+
"22": "CricketBowling",
|
36 |
+
"23": "CricketShot",
|
37 |
+
"24": "CuttingInKitchen",
|
38 |
+
"25": "Diving",
|
39 |
+
"26": "Drumming",
|
40 |
+
"27": "Fencing",
|
41 |
+
"28": "FieldHockeyPenalty",
|
42 |
+
"29": "FloorGymnastics",
|
43 |
+
"30": "FrisbeeCatch",
|
44 |
+
"31": "FrontCrawl",
|
45 |
+
"32": "GolfSwing",
|
46 |
+
"33": "Haircut",
|
47 |
+
"34": "Hammering",
|
48 |
+
"35": "HammerThrow",
|
49 |
+
"36": "HandstandPushups",
|
50 |
+
"37": "HandstandWalking",
|
51 |
+
"38": "HeadMassage",
|
52 |
+
"39": "HighJump",
|
53 |
+
"40": "HorseRace",
|
54 |
+
"41": "HorseRiding",
|
55 |
+
"42": "HulaHoop",
|
56 |
+
"43": "IceDancing",
|
57 |
+
"44": "JavelinThrow",
|
58 |
+
"45": "JugglingBalls",
|
59 |
+
"46": "JumpingJack",
|
60 |
+
"47": "JumpRope",
|
61 |
+
"48": "Kayaking",
|
62 |
+
"49": "Knitting",
|
63 |
+
"50": "LongJump",
|
64 |
+
"51": "Lunges",
|
65 |
+
"52": "MilitaryParade",
|
66 |
+
"53": "Mixing",
|
67 |
+
"54": "MoppingFloor",
|
68 |
+
"55": "Nunchucks",
|
69 |
+
"56": "ParallelBars",
|
70 |
+
"57": "PizzaTossing",
|
71 |
+
"58": "PlayingCello",
|
72 |
+
"59": "PlayingDaf",
|
73 |
+
"60": "PlayingDhol",
|
74 |
+
"61": "PlayingFlute",
|
75 |
+
"62": "PlayingGuitar",
|
76 |
+
"63": "PlayingPiano",
|
77 |
+
"64": "PlayingSitar",
|
78 |
+
"65": "PlayingTabla",
|
79 |
+
"66": "PlayingViolin",
|
80 |
+
"67": "PoleVault",
|
81 |
+
"68": "PommelHorse",
|
82 |
+
"69": "PullUps",
|
83 |
+
"70": "Punch",
|
84 |
+
"71": "PushUps",
|
85 |
+
"72": "Rafting",
|
86 |
+
"73": "RockClimbingIndoor",
|
87 |
+
"74": "RopeClimbing",
|
88 |
+
"75": "Rowing",
|
89 |
+
"76": "SalsaSpin",
|
90 |
+
"77": "ShavingBeard",
|
91 |
+
"78": "Shotput",
|
92 |
+
"79": "SkateBoarding",
|
93 |
+
"80": "Skiing",
|
94 |
+
"81": "Skijet",
|
95 |
+
"82": "SkyDiving",
|
96 |
+
"83": "SoccerJuggling",
|
97 |
+
"84": "SoccerPenalty",
|
98 |
+
"85": "StillRings",
|
99 |
+
"86": "SumoWrestling",
|
100 |
+
"87": "Surfing",
|
101 |
+
"88": "Swing",
|
102 |
+
"89": "TableTennisShot",
|
103 |
+
"90": "TaiChi",
|
104 |
+
"91": "TennisSwing",
|
105 |
+
"92": "ThrowDiscus",
|
106 |
+
"93": "TrampolineJumping",
|
107 |
+
"94": "Typing",
|
108 |
+
"95": "UnevenBars",
|
109 |
+
"96": "VolleyballSpiking",
|
110 |
+
"97": "WalkingWithDog",
|
111 |
+
"98": "WallPushups",
|
112 |
+
"99": "WritingOnBoard",
|
113 |
+
"100": "YoYo"
|
114 |
+
},
|
115 |
+
"image_size": 224,
|
116 |
+
"initializer_range": 0.02,
|
117 |
+
"intermediate_size": 3072,
|
118 |
+
"label2id": {
|
119 |
+
"ApplyEyeMakeup": 0,
|
120 |
+
"ApplyLipstick": 1,
|
121 |
+
"Archery": 2,
|
122 |
+
"BabyCrawling": 3,
|
123 |
+
"BalanceBeam": 4,
|
124 |
+
"BandMarching": 5,
|
125 |
+
"BaseballPitch": 6,
|
126 |
+
"Basketball": 7,
|
127 |
+
"BasketballDunk": 8,
|
128 |
+
"BenchPress": 9,
|
129 |
+
"Biking": 10,
|
130 |
+
"Billiards": 11,
|
131 |
+
"BlowDryHair": 12,
|
132 |
+
"BlowingCandles": 13,
|
133 |
+
"BodyWeightSquats": 14,
|
134 |
+
"Bowling": 15,
|
135 |
+
"BoxingPunchingBag": 16,
|
136 |
+
"BoxingSpeedBag": 17,
|
137 |
+
"BreastStroke": 18,
|
138 |
+
"BrushingTeeth": 19,
|
139 |
+
"CleanAndJerk": 20,
|
140 |
+
"CliffDiving": 21,
|
141 |
+
"CricketBowling": 22,
|
142 |
+
"CricketShot": 23,
|
143 |
+
"CuttingInKitchen": 24,
|
144 |
+
"Diving": 25,
|
145 |
+
"Drumming": 26,
|
146 |
+
"Fencing": 27,
|
147 |
+
"FieldHockeyPenalty": 28,
|
148 |
+
"FloorGymnastics": 29,
|
149 |
+
"FrisbeeCatch": 30,
|
150 |
+
"FrontCrawl": 31,
|
151 |
+
"GolfSwing": 32,
|
152 |
+
"Haircut": 33,
|
153 |
+
"HammerThrow": 35,
|
154 |
+
"Hammering": 34,
|
155 |
+
"HandstandPushups": 36,
|
156 |
+
"HandstandWalking": 37,
|
157 |
+
"HeadMassage": 38,
|
158 |
+
"HighJump": 39,
|
159 |
+
"HorseRace": 40,
|
160 |
+
"HorseRiding": 41,
|
161 |
+
"HulaHoop": 42,
|
162 |
+
"IceDancing": 43,
|
163 |
+
"JavelinThrow": 44,
|
164 |
+
"JugglingBalls": 45,
|
165 |
+
"JumpRope": 47,
|
166 |
+
"JumpingJack": 46,
|
167 |
+
"Kayaking": 48,
|
168 |
+
"Knitting": 49,
|
169 |
+
"LongJump": 50,
|
170 |
+
"Lunges": 51,
|
171 |
+
"MilitaryParade": 52,
|
172 |
+
"Mixing": 53,
|
173 |
+
"MoppingFloor": 54,
|
174 |
+
"Nunchucks": 55,
|
175 |
+
"ParallelBars": 56,
|
176 |
+
"PizzaTossing": 57,
|
177 |
+
"PlayingCello": 58,
|
178 |
+
"PlayingDaf": 59,
|
179 |
+
"PlayingDhol": 60,
|
180 |
+
"PlayingFlute": 61,
|
181 |
+
"PlayingGuitar": 62,
|
182 |
+
"PlayingPiano": 63,
|
183 |
+
"PlayingSitar": 64,
|
184 |
+
"PlayingTabla": 65,
|
185 |
+
"PlayingViolin": 66,
|
186 |
+
"PoleVault": 67,
|
187 |
+
"PommelHorse": 68,
|
188 |
+
"PullUps": 69,
|
189 |
+
"Punch": 70,
|
190 |
+
"PushUps": 71,
|
191 |
+
"Rafting": 72,
|
192 |
+
"RockClimbingIndoor": 73,
|
193 |
+
"RopeClimbing": 74,
|
194 |
+
"Rowing": 75,
|
195 |
+
"SalsaSpin": 76,
|
196 |
+
"ShavingBeard": 77,
|
197 |
+
"Shotput": 78,
|
198 |
+
"SkateBoarding": 79,
|
199 |
+
"Skiing": 80,
|
200 |
+
"Skijet": 81,
|
201 |
+
"SkyDiving": 82,
|
202 |
+
"SoccerJuggling": 83,
|
203 |
+
"SoccerPenalty": 84,
|
204 |
+
"StillRings": 85,
|
205 |
+
"SumoWrestling": 86,
|
206 |
+
"Surfing": 87,
|
207 |
+
"Swing": 88,
|
208 |
+
"TableTennisShot": 89,
|
209 |
+
"TaiChi": 90,
|
210 |
+
"TennisSwing": 91,
|
211 |
+
"ThrowDiscus": 92,
|
212 |
+
"TrampolineJumping": 93,
|
213 |
+
"Typing": 94,
|
214 |
+
"UnevenBars": 95,
|
215 |
+
"VolleyballSpiking": 96,
|
216 |
+
"WalkingWithDog": 97,
|
217 |
+
"WallPushups": 98,
|
218 |
+
"WritingOnBoard": 99,
|
219 |
+
"YoYo": 100
|
220 |
+
},
|
221 |
+
"layer_norm_eps": 1e-06,
|
222 |
+
"model_type": "timesformer",
|
223 |
+
"num_attention_heads": 12,
|
224 |
+
"num_channels": 3,
|
225 |
+
"num_frames": 8,
|
226 |
+
"num_hidden_layers": 12,
|
227 |
+
"patch_size": 16,
|
228 |
+
"problem_type": "single_label_classification",
|
229 |
+
"qkv_bias": true,
|
230 |
+
"torch_dtype": "float32",
|
231 |
+
"transformers_version": "4.31.0"
|
232 |
+
}
|
preprocessor_config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.45,
|
12 |
+
0.45,
|
13 |
+
0.45
|
14 |
+
],
|
15 |
+
"image_processor_type": "VideoMAEImageProcessor",
|
16 |
+
"image_std": [
|
17 |
+
0.225,
|
18 |
+
0.225,
|
19 |
+
0.225
|
20 |
+
],
|
21 |
+
"resample": 2,
|
22 |
+
"rescale_factor": 0.00392156862745098,
|
23 |
+
"size": {
|
24 |
+
"shortest_edge": 224
|
25 |
+
}
|
26 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab518e237b77a4ec46f35d00b12d0986613cc2f91574c3cb08c329799f4ab0df
|
3 |
+
size 488121209
|
runs/Oct31_13-41-30_continualai-vps/events.out.tfevents.1698759699.continualai-vps.809558.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd5a6cf813af1cd99aac65098c999d6e44e1b4aedafebec6cb9451a3b1ba90b7
|
3 |
+
size 38883
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1bbeda3d02e1adb11afe8f430223faf83fb74c53f1bb8587dde8b6aab0cbf30a
|
3 |
+
size 4155
|