Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Questions about xpool code implementation #22

Open
fzb408 opened this issue Dec 27, 2023 · 1 comment
Open

Questions about xpool code implementation #22

fzb408 opened this issue Dec 27, 2023 · 1 comment

Comments

@fzb408
Copy link

fzb408 commented Dec 27, 2023

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)
@X7J92
Copy link

X7J92 commented Jan 10, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants