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

About Featscale.py #9

Open
yuying9 opened this issue Nov 29, 2024 · 0 comments
Open

About Featscale.py #9

yuying9 opened this issue Nov 29, 2024 · 0 comments

Comments

@yuying9
Copy link

yuying9 commented Nov 29, 2024

In line 55,x = x + self.drop_path(x_attn + x_d + x_h)

Is this should be x = x + self.drop_path(x_attn) ?

cause in line 53, x_attn = x_attn + x_d + x_h, the x_atten has been added by x_d and x_h.

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