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

extra frame #12

Open
jackxx33 opened this issue Feb 28, 2023 · 1 comment
Open

extra frame #12

jackxx33 opened this issue Feb 28, 2023 · 1 comment

Comments

@jackxx33
Copy link

jackxx33 commented Feb 28, 2023

Hello,Is the extra frame from the decoder just get the average of the adjacent features from the encoder?
if i % 2 == 0:
y[:, i, :, :, :] = x[:, i//2]
else:
y[:, i, :, :, :] = (x[:, i//2] + x[:, i//2 + 1]) / 2

@llmpass
Copy link
Owner

llmpass commented Feb 28, 2023 via email

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