InternVideo icon indicating copy to clipboard operation
InternVideo copied to clipboard

test_num_segment、test_num_crop

Open rixejzvdl649 opened this issue 1 year ago • 0 comments

ssv2. full_tuning

--test_num_segment 2 \
--test_num_crop 3 \

to

--test_num_segment 4 \
--test_num_crop 3 \

InternVideo/InternVideo2/single_modality/models/internvideo2.py", line 527, in forward
    x = x + pos_embed
RuntimeError: The size of tensor a (3073) must match the size of tensor b (2049) at non-singleton dimension 1


rixejzvdl649 avatar May 15 '24 05:05 rixejzvdl649