Unroll a RNN core using output as the next input #14431
Unanswered
mmuravytskyi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys, this is my first project in JAX and I'm in a bit of a struggle
I'm trying to unroll an RNN core having it to make new predictions based on its previous outputs.
dynamic_unroll(core, ...)
uses data from the passed input sequence and it's not what I want. The implementation below leads to trace leakages I'm not yet able to resolve. I'm wondering if there is a better way to make the unroll.My implementation is based on https://github.com/deepmind/dm-haiku/blob/main/examples/rnn/train.py
Beta Was this translation helpful? Give feedback.
All reactions