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 disentangled representation learning #8

Open
Ray-Zhen opened this issue Aug 26, 2024 · 0 comments
Open

Questions about disentangled representation learning #8

Ray-Zhen opened this issue Aug 26, 2024 · 0 comments

Comments

@Ray-Zhen
Copy link

Hello,
Thank you for the nice work.
I have a question on the representation projection. In your paper, the text and video representation are independently project into K components with trainable parameter W, but in your implemention, you just split the representation with dimension transformation like:

        t_feat = cls.view(a, self.config.center, -1)
        v_feat = video_feat.view(a, b, self.config.center, -1)

It would be greatly appreciated if you could provide a explanation.
Thanks in advance for your time and assistance.
Best regards

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
@Ray-Zhen and others