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
I'm interested in inspecting the image crossed with text features during the fusion step. However, when I extract them it appears the multi scale image features are concatenated and have the approximate shape (B, 10000+, 256). There isn't a square number of image patches so I can't just reshape it to (B,H,W,256). How can I parse out the multi-scale features.
The text was updated successfully, but these errors were encountered:
I'm interested in inspecting the image crossed with text features during the fusion step. However, when I extract them it appears the multi scale image features are concatenated and have the approximate shape (B, 10000+, 256). There isn't a square number of image patches so I can't just reshape it to (B,H,W,256). How can I parse out the multi-scale features.
The text was updated successfully, but these errors were encountered: