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

Transformer Encoder Output #3

Open
UmarSpa opened this issue Jan 23, 2023 · 0 comments
Open

Transformer Encoder Output #3

UmarSpa opened this issue Jan 23, 2023 · 0 comments

Comments

@UmarSpa
Copy link

UmarSpa commented Jan 23, 2023

Hey, thanks for sharing the code.

I am a bit confused regarding the following:

w = F.normalize(w * x.repeat(1, 1, w.shape[2] // x.shape[2]), dim=1)

So in essence, you are using Transformer Encoder output (after being passed through a FC layer) to modulate randomly initialized weights of INR, right?

@UmarSpa UmarSpa changed the title Weights prediction Transformer Encoder Output Jan 23, 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

No branches or pull requests

1 participant