xpool icon indicating copy to clipboard operation
xpool copied to clipboard

Questions about xpool code implementation

Open fzb408 opened this issue 1 year ago • 1 comments

Hello, thank you for such an excellent paper and work. I am very interested in your idea, may I ask if the xpool implementation code takes the video_pooled_features in the following code (is the model defined in ClipTransformer) and then calculates the similarity?

Looking forward to your answer! Thank you!

text_embeds, video_embeds_pooled = self.model(data)
output = sim_matrix_training(text_embeds, video_embeds_pooled, self.pooling_type)

fzb408 avatar Dec 27 '23 16:12 fzb408

Hello! I understand you're inquiring about a situation where training on the MSVD dataset results in the process being automatically killed by the system at a specific iteration. @fzb408

X7J92 avatar Jan 10 '24 02:01 X7J92