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 excellent work!
I would like to ask about the extraction of image_hidden_state. start_idx is the index of <im_start>, and end_idx is the index of <im_end>. According to the code:
Hi, thanks for your excellent work!
I would like to ask about the extraction of
image_hidden_state
.start_idx
is the index of<im_start>
, andend_idx
is the index of<im_end>
. According to the code:Why is
image_hidden_state
extracted fromstart_idx
toend_idx-2
instead of fromstart_idx+1
toend_idx-1
(i.e.,[start_idx+1:end_idx, :]
)?The text was updated successfully, but these errors were encountered: