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

Video encoder #50

Closed
wants to merge 7 commits into from
Closed

Video encoder #50

wants to merge 7 commits into from

Conversation

kshitijkg
Copy link
Member

No description provided.

@kshitijkg kshitijkg changed the base branch from multimodal to fix_encoder September 7, 2023 11:46
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to still fix

bias=ffn_bias,
)
elif ffn_layer == nn.Linear:
self.mlp = ffn_layer(dim, dim, bias=ffn_bias)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't really understand why this was needed? When are we creating the mlp as a linear only?

Copy link
Collaborator

@floatingbigcat floatingbigcat Sep 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should rename class into "multiencoder" as there is no text_encoder here

@kshitijkg kshitijkg closed this Sep 11, 2023
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

Successfully merging this pull request may close these issues.

None yet

3 participants