-
Notifications
You must be signed in to change notification settings - Fork 48
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 #723
Comments
rnn and gru should be doable with a refactoring & adding some helper functions in: |
@renxida, can you please create 2 separate issues? That way, it would be easy to track them. |
@vivekkhandelwal1 gru and lstm are special cases of rnn, and i expect that if i modify my lstm code to support RNNs in general, the same pr would support GRU also |
That's fine. I'll create a PR that will add 4 ops but in order to track them I have created 4 different issues. I'm just saying it's easy to track each op with a different issue instead of having multiple ops in the same issue. |
oh ok! gotcha. i was assuming that there should be a 1-1 correspondance between issues and PRs. Will create another issue. |
taking these because these are going to be similar to #315 (lstm)
The text was updated successfully, but these errors were encountered: