Spaces:
Running
on
Zero
Running
on
Zero
Fix typos.
Browse files
VideoLLaMA2/videollama2/model/videollama2_arch.py
CHANGED
@@ -117,7 +117,7 @@ class Videollama2MetaForCausalLM(ABC):
|
|
117 |
|
118 |
data_batch = []
|
119 |
for i, (data, modal) in enumerate(images):
|
120 |
-
print(data, modal
|
121 |
if modal == 'image':
|
122 |
data = data.expand(num_frames, -1, -1, -1)
|
123 |
else:
|
|
|
117 |
|
118 |
data_batch = []
|
119 |
for i, (data, modal) in enumerate(images):
|
120 |
+
print(data.shape, modal)
|
121 |
if modal == 'image':
|
122 |
data = data.expand(num_frames, -1, -1, -1)
|
123 |
else:
|