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

Fix result dimension of GRU and implement RNN multi-layer and bidirection #2542

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

kigichang
Copy link

@kigichang kigichang commented Oct 5, 2024

  1. Fix incorrect result dimension of GRU states_to_tensor. It should be (Batch_size, Seq_Len, Output_Size) instead of (Batch_size, Seq_Len * Output_Size).
  2. GRU support multi-layer.
  3. Implements bidirectional LSTM and GRU.
  4. Example about multi-layer and bidirection.

@kigichang kigichang changed the title Implements bidirectional RNN Fix result dimension of GRU and implement RNN multi-layer and bidirection Oct 8, 2024
@kigichang kigichang marked this pull request as draft October 16, 2024 05:31
@kigichang kigichang marked this pull request as ready for review October 16, 2024 07:16
@kigichang kigichang marked this pull request as draft October 17, 2024 11:47
@kigichang kigichang marked this pull request as ready for review October 17, 2024 12:14
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

Successfully merging this pull request may close these issues.

1 participant