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

GRU shoule be set as batch_first=True? #13

Open
makaichi opened this issue Apr 10, 2024 · 1 comment
Open

GRU shoule be set as batch_first=True? #13

makaichi opened this issue Apr 10, 2024 · 1 comment

Comments

@makaichi
Copy link

The input shape to "PHASEN..rnn" is [B,T,D*C] as in PHASEN.forward, so the batch_first=True (by default batch_first=False) should be set?

@huyanxin
Copy link
Owner

Thansk! And I fixed it in 929fa46

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