-
Notifications
You must be signed in to change notification settings - Fork 296
GRU functions #227
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 functions #227
Conversation
@fumihwh will probably give better review.
with mapping between ONNX attribute
|
@tengyifei |
Can one of the admins verify this patch? |
I'm running into this issue trying to translate PyTorch -> Tensorflow. Since they have different implementations, this is a roadblock. |
@sinkpoint I'm fine either way, but there is a legitimate concern around the maintenance of such piece of code. Is @tengyifei still around for taking this patch to its conclusion? @fumihwh what do you say? |
@tjingrant Sorry I was distracted by other things! I would love to land this if possible. Personally I don't expect the TensorFlow team to merge the GRU extension into their library. Is there another place for such "adaptors"? |
This is also an issue for me |
|
Close due to inactivity. Please reopen or create a new PR if needed. |
linear_before_reset
by implementing a different GRU with that option