You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi ,
Thanks for your great work. I am trying to run the quick start as specified in the repository but facing this issue:
Traceback (most recent call last):
File "/media/local/tdawey/ViP-LLaVA/quick_start.py", line 17, in
eval_model(args)
File "/media/local/tdawey/ViP-LLaVA/llava/eval/run_llava.py", line 128, in eval_model
n_diff_input_output = (input_ids != output_ids[:, :input_token_len]).sum().item()
RuntimeError: The size of tensor a (53) must match the size of tensor b (16) at non-singleton dimension 1
Could you please look into this and explain why this is happening and help me resolve it?
The text was updated successfully, but these errors were encountered:
Describe the issue
Hi ,
Thanks for your great work. I am trying to run the quick start as specified in the repository but facing this issue:
Traceback (most recent call last):
File "/media/local/tdawey/ViP-LLaVA/quick_start.py", line 17, in
eval_model(args)
File "/media/local/tdawey/ViP-LLaVA/llava/eval/run_llava.py", line 128, in eval_model
n_diff_input_output = (input_ids != output_ids[:, :input_token_len]).sum().item()
RuntimeError: The size of tensor a (53) must match the size of tensor b (16) at non-singleton dimension 1
Could you please look into this and explain why this is happening and help me resolve it?
The text was updated successfully, but these errors were encountered: