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

[BUG] Dimension errors in RGLRU class #3

Closed
MisakiWho opened this issue Mar 7, 2024 · 2 comments
Closed

[BUG] Dimension errors in RGLRU class #3

MisakiWho opened this issue Mar 7, 2024 · 2 comments
Assignees
Labels
bug Something isn't working no-issue-activity

Comments

@MisakiWho
Copy link

MisakiWho commented Mar 7, 2024

[Description]

In forward() of class RGLRU, the dimension of x is [Batch_size, dim],
but the dimension of self.Wa is [hidden_dim,dim],
where hidden_dim=mul*dim, how could RGLRU work?

"linear_1 = self.lru(linear_1)"
This line is commented in the code.

Upvote & Fund

  • We're using Polar.sh so you can upvote and help fund this issue.
  • We receive the funding once the issue is completed & confirmed by you.
  • Thank you in advance for helping prioritize & fund our backlog.
Fund with Polar
@MisakiWho MisakiWho added the bug Something isn't working label Mar 7, 2024
Copy link

github-actions bot commented Mar 7, 2024

Hello there, thank you for opening an Issue ! 🙏🏻 The team was notified and they will get back to you asap.

Copy link

github-actions bot commented May 7, 2024

Stale issue message

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working no-issue-activity
Projects
None yet
Development

No branches or pull requests

2 participants