Update modeling_GOT.py
Browse files- modeling_GOT.py +1 -1
modeling_GOT.py
CHANGED
@@ -237,7 +237,7 @@ class GOTQwenModel(Qwen2Model):
|
|
237 |
|
238 |
for image in images:
|
239 |
P, C, H, W = image.shape
|
240 |
-
print(image)
|
241 |
if P == 1:
|
242 |
with torch.set_grad_enabled(False):
|
243 |
cnn_feature = vision_tower_high(image)
|
|
|
237 |
|
238 |
for image in images:
|
239 |
P, C, H, W = image.shape
|
240 |
+
print(image.shape)
|
241 |
if P == 1:
|
242 |
with torch.set_grad_enabled(False):
|
243 |
cnn_feature = vision_tower_high(image)
|